Fix cider list

This commit is contained in:
Monochromish 2022-07-08 18:39:41 +10:00
parent 5acbe64c0a
commit a855c1736a
6 changed files with 49 additions and 0 deletions

View file

@ -239,6 +239,12 @@ input[type=range].md-slider::-webkit-slider-runnable-track {
width: auto;
}
@media only screen and (min-width: 1133px) and (max-width: 1233px) {
.row .col-auto {
display: none !important;
}
}
.col-1 {
flex: 0 0 auto;
width: 8.33333333%;

View file

@ -2642,6 +2642,12 @@ fieldset:disabled .btn {
width: auto;
}
@media only screen and (min-width: 1133px) and (max-width: 1241px) {
.row .col-auto {
display: none !important;
}
}
.col-1 {
flex : 0 0 auto;
width: 8.33333333%;

View file

@ -1302,6 +1302,11 @@
align-items: center;
float: right;
}
@media only screen and (min-width: 1133px) and (max-width: 1277px) {
.social-btn {
display: none !important;
}
}
.animated {
width: 100%;

View file

@ -3160,6 +3160,11 @@ input[type=range].md-slider::-webkit-slider-runnable-track {
flex: 0 0 auto;
width: auto;
}
@media only screen and (min-width: 1133px) and (max-width: 1233px) {
.row .col-auto {
display: none !important;
}
}
.col-1 {
flex: 0 0 auto;
width: 8.33333333%;
@ -6007,6 +6012,11 @@ fieldset:disabled .btn {
flex: 0 0 auto;
width: auto;
}
@media only screen and (min-width: 1133px) and (max-width: 1241px) {
.row .col-auto {
display: none !important;
}
}
.col-1 {
flex: 0 0 auto;
width: 8.33333333%;
@ -14047,6 +14057,11 @@ input[type=checkbox][switch]:checked:active::before {
align-items: center;
float: right;
}
@media only screen and (min-width: 1133px) and (max-width: 1277px) {
.artist-page .artist-header .social-btn {
display: none !important;
}
}
.artist-page .artist-header .animated {
width: 100%;
height: 100%;
@ -16446,6 +16461,11 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
align-items: center;
float: right;
}
@media only screen and (min-width: 1133px) and (max-width: 1277px) {
.social-btn {
display: none !important;
}
}
.about-page .teamBtn {
display: flex;
align-items: center;

View file

@ -1898,6 +1898,12 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
float: right;
}
@media only screen and (min-width: 1133px) and (max-width: 1277px) {
.social-btn {
display: none !important;
}
}
.about-page {
.teamBtn {
display: flex;

View file

@ -279,6 +279,12 @@ input[type=range].md-slider::-webkit-slider-runnable-track {
width: auto;
}
@media only screen and (min-width: 1133px) and (max-width: 1241px) {
.row .col-auto {
display: none !important;
}
}
.col-1 {
flex: 0 0 auto;
width: 8.33333333%;