Skip to content

Commit

Permalink
Fix: TabsToolbar width
Browse files Browse the repository at this point in the history
  • Loading branch information
PROxZIMA committed Nov 17, 2022
1 parent 6f29627 commit 493e9c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/responsiveNavbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
min-height: var(--tab-min-height) !important;
max-height: var(--tab-min-height) !important;
margin-left: var(--navbar-percent) !important;
width: var(--toolbar-percent) !important;
min-width: var(--toolbar-percent) !important;
}

/* Move navigation 68% to left and negative margin to move to top line */
Expand Down

0 comments on commit 493e9c2

Please sign in to comment.