Skip to content

Commit

Permalink
fix: tab item width
Browse files Browse the repository at this point in the history
  • Loading branch information
dsrkafuu committed Jul 1, 2024
1 parent eeac364 commit 591d2c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/views/Settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@
background-color: var(--color-settings-tab-bg);
text-shadow: var(--shadow-settings-tab);
height: $size-form;
display: flex;
justify-content: center;
align-items: stretch;
}

&-tabitem {
display: inline-block;
width: calc(3.84rem / 6);
flex: 1 1 auto;
padding: 0 $padding-lg;
height: $size-form;
line-height: $size-form;
Expand Down

0 comments on commit 591d2c3

Please sign in to comment.