mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 06:19:22 -05:00
Remove fixed width on version switcher (#184)
This commit is contained in:
parent
9706360bad
commit
51bfb3c05a
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue