Skip to content

Commit c56d33e

Browse files
committed
[#150] Fix sidebar
1 parent 4603a49 commit c56d33e

File tree

1 file changed

+11
-0
lines changed
  • prefix_finder/frontend/static/css

1 file changed

+11
-0
lines changed

prefix_finder/frontend/static/css/main.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@ fieldset {
596596
padding: 0 30px;
597597
display: flex;
598598
flex-direction: column;
599+
overflow: auto;
599600
}
600601
@media (max-width: 64em) {
601602
.sidebar {
@@ -607,6 +608,11 @@ fieldset {
607608
padding: 40px 60px;
608609
margin-bottom: 30px;
609610
}
611+
@media (max-height: 715px) {
612+
.sidebar__logo img {
613+
padding-bottom: 0px;
614+
}
615+
}
610616
.sidebar .button span {
611617
margin: 0 0 0 25px;
612618
}
@@ -648,6 +654,11 @@ fieldset {
648654
font-size: 18px;
649655
color: #333;
650656
}
657+
@media (max-height: 715px) {
658+
.filter {
659+
padding-bottom: 0px;
660+
}
661+
}
651662

652663
.quality-chart.quality-chart {
653664
position: relative;

0 commit comments

Comments
 (0)