mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 12:00:01 +02:00
Fix #173: sidebar tabs not showing under small resolution under Chrome
This commit is contained in:
parent
b602ed38e7
commit
d54164219a
2 changed files with 1 additions and 3 deletions
1
changes/changelog.d/173.bugfix
Normal file
1
changes/changelog.d/173.bugfix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Fix sidebar tabs not showing under small resolution under Chrome (#173)
|
|
@ -238,9 +238,6 @@ $sidebar-color: #3D3E3F;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@include media(">tablet") {
|
|
||||||
height: 0px;
|
|
||||||
}
|
|
||||||
@include media("<desktop") {
|
@include media("<desktop") {
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue