mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 11:49:15 +02:00
Responsive sidebar with a collapse/reveal button on smaller screens
This commit is contained in:
parent
e0820dfa1c
commit
a703b26ac2
3 changed files with 55 additions and 12 deletions
|
@ -48,7 +48,9 @@ export default {
|
|||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.main.pusher, .footer {
|
||||
margin-left: 350px !important;
|
||||
@include media(">desktop") {
|
||||
margin-left: 350px !important;
|
||||
}
|
||||
transform: none !important;
|
||||
}
|
||||
.main-pusher {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue