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.
1 parent 4603a49 commit c56d33eCopy full SHA for c56d33e
prefix_finder/frontend/static/css/main.css
@@ -596,6 +596,7 @@ fieldset {
596
padding: 0 30px;
597
display: flex;
598
flex-direction: column;
599
+ overflow: auto;
600
}
601
@media (max-width: 64em) {
602
.sidebar {
@@ -607,6 +608,11 @@ fieldset {
607
608
padding: 40px 60px;
609
margin-bottom: 30px;
610
611
+@media (max-height: 715px) {
612
+ .sidebar__logo img {
613
+ padding-bottom: 0px;
614
+ }
615
+}
616
.sidebar .button span {
617
margin: 0 0 0 25px;
618
@@ -648,6 +654,11 @@ fieldset {
648
654
font-size: 18px;
649
655
color: #333;
650
656
657
658
+ .filter {
659
660
661
651
662
652
663
.quality-chart.quality-chart {
653
664
position: relative;
0 commit comments