Remove fixed width on version switcher (#184)

This commit is contained in:
Mike Myers 2024-04-29 02:15:07 -04:00 committed by GitHub
parent 9706360bad
commit 51bfb3c05a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,9 +103,6 @@ pub fn SiteHeader() -> impl IntoView {
.demo-header__menu-popover-mobile { .demo-header__menu-popover-mobile {
padding: 0; padding: 0;
} }
.demo-header__right-btn .thaw-select {
width: 60px;
}
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.demo-header { .demo-header {
padding: 0 8px; padding: 0 8px;