mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 23:59:17 +02:00
Merge branch '173-sidebar-chrome' into 'develop'
Resolve "Sidebar not showing on small screen under Chrome" Closes #173 See merge request funkwhale/funkwhale!153
This commit is contained in:
commit
9e5a0f87e8
2 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue