We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bfbfdc + c56d33e commit 0db2044Copy full SHA for 0db2044
prefix_finder/frontend/static/css/main.css
@@ -597,6 +597,7 @@ fieldset {
597
padding: 0 30px;
598
display: flex;
599
flex-direction: column;
600
+ overflow: auto;
601
}
602
@media (max-width: 64em) {
603
.sidebar {
@@ -608,6 +609,11 @@ fieldset {
608
609
padding: 40px 60px;
610
margin-bottom: 30px;
611
612
+@media (max-height: 715px) {
613
+ .sidebar__logo img {
614
+ padding-bottom: 0px;
615
+ }
616
+}
617
.sidebar .button span {
618
margin: 0 0 0 25px;
619
@@ -649,6 +655,11 @@ fieldset {
649
655
font-size: 18px;
650
656
color: #333;
651
657
658
659
+ .filter {
660
661
662
652
663
653
664
.quality-chart.quality-chart {
654
665
position: relative;
0 commit comments