feat: add language switcher parallel route
This commit is contained in:
17
app/[lang]/(live-current)/@languageSwitcher/page.module.css
Normal file
17
app/[lang]/(live-current)/@languageSwitcher/page.module.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.desktop {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mobile {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media (min-width: 950px) {
|
||||
.desktop {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.mobile {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user