mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 16:57:18 +02:00
Fix #904: Fixed a responsive display issues on 1024px wide screens
This commit is contained in:
parent
4ce59adcd5
commit
7e6b6663b0
3 changed files with 4 additions and 3 deletions
|
@ -342,7 +342,7 @@ $sidebar-color: #3d3e3f;
|
|||
display: none !important;
|
||||
}
|
||||
}
|
||||
@include media("<desktop") {
|
||||
@include media("<=desktop") {
|
||||
position: static !important;
|
||||
width: 100% !important;
|
||||
&.collapsed {
|
||||
|
@ -397,7 +397,7 @@ $sidebar-color: #3d3e3f;
|
|||
flex-direction: column;
|
||||
overflow-y: auto;
|
||||
justify-content: space-between;
|
||||
@include media("<desktop") {
|
||||
@include media("<=desktop") {
|
||||
max-height: 500px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue