kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Merge branch '173-sidebar-chrome' into 'develop'
Resolve "Sidebar not showing on small screen under Chrome" Closes #173 See merge request funkwhale/funkwhale!153merge-requests/154/head
commit
9e5a0f87e8
|
@ -0,0 +1 @@
|
|||
Fix sidebar tabs not showing under small resolution under Chrome (#173)
|
|
@ -238,9 +238,6 @@ $sidebar-color: #3D3E3F;
|
|||
flex-direction: column;
|
||||
overflow-y: auto;
|
||||
justify-content: space-between;
|
||||
@include media(">tablet") {
|
||||
height: 0px;
|
||||
}
|
||||
@include media("<desktop") {
|
||||
max-height: 500px;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue