Skip to content

Commit

Permalink
fix: make sidebar width consistent gf-475 (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
GvoFor authored Sep 24, 2024
1 parent 5583d7e commit c3148b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
position: sticky;
top: var(--header-height);
left: 0;
width: max(280px, 20%);
min-width: 280px;
max-height: calc(100vh - var(--header-height));
}

Expand Down

0 comments on commit c3148b0

Please sign in to comment.