Skip to content

Commit

Permalink
fix(layout): Navigation fix aside width according to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed Nov 22, 2024
1 parent 5a8d751 commit 952e8dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aside[tuiNavigationAside] {
color: var(--tui-text-01-night);

&._expanded {
width: 13.75rem;
width: 14.375rem;

+ main[tuiNavigationMain] {
max-width: calc(100% - 13.75rem);
Expand Down

0 comments on commit 952e8dd

Please sign in to comment.