mirror of
https://github.com/mue/mue.git
synced 2026-07-14 20:43:54 +02:00
fix: navbar options
This commit is contained in:
19
src/scss/_mobile.scss
Normal file
19
src/scss/_mobile.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
.mobile {
|
||||
.navbar {
|
||||
flex-flow: column;
|
||||
}
|
||||
|
||||
.searchComponents {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#modal {
|
||||
// fill screen
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.modalSidebar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user