mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
fix: margin on tab button
This commit is contained in:
parent
133ca182a7
commit
0f9e770b56
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ export default defineComponent({
|
|||
> button {
|
||||
flex: 1;
|
||||
padding: 10px 8px;
|
||||
margin: 0 8px;
|
||||
border-radius: var(--radius);
|
||||
|
||||
&:disabled {
|
||||
|
|
Loading…
Reference in a new issue