mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 14:58:09 +09:00
fix: margin on tab button
This commit is contained in:
parent
133ca182a7
commit
0f9e770b56
@ -36,6 +36,7 @@ export default defineComponent({
|
|||||||
> button {
|
> button {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 10px 8px;
|
padding: 10px 8px;
|
||||||
|
margin: 0 8px;
|
||||||
border-radius: var(--radius);
|
border-radius: var(--radius);
|
||||||
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
|
Loading…
Reference in New Issue
Block a user