Skip to content

Commit

Permalink
Remove fixed width on version switcher (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
thespooler authored Apr 29, 2024
1 parent 9706360 commit 51bfb3c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions demo/src/components/site_header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ pub fn SiteHeader() -> impl IntoView {
.demo-header__menu-popover-mobile {
padding: 0;
}
.demo-header__right-btn .thaw-select {
width: 60px;
}
@media screen and (max-width: 600px) {
.demo-header {
padding: 0 8px;
Expand Down

0 comments on commit 51bfb3c

Please sign in to comment.