summaryrefslogtreecommitdiff
path: root/assets/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/styles.css')
-rw-r--r--assets/styles.css14
1 files changed, 5 insertions, 9 deletions
diff --git a/assets/styles.css b/assets/styles.css
index f661cdd..14d7bec 100644
--- a/assets/styles.css
+++ b/assets/styles.css
@@ -47,7 +47,7 @@ body.native #lyrics-page {
}
@media (max-width: 1200px) {
- #album-grid {
+ #album-grid, #search-results {
grid-template-columns: repeat(4, 1fr) !important;
}
@@ -57,7 +57,7 @@ body.native #lyrics-page {
}
@media (max-width: 1215px) {
- #album-grid {
+ #album-grid, #search-results {
grid-template-columns: repeat(5, 1fr) !important;
}
@@ -83,7 +83,7 @@ body.native #lyrics-page {
}
@media (max-width: 1295px) {
- #album-grid {
+ #album-grid, #search-results {
grid-template-columns: repeat(4, 1fr) !important;
}
@@ -107,7 +107,7 @@ body.native #lyrics-page {
display: none !important;
}
- #album-grid {
+ #album-grid, #search-results {
grid-template-columns: repeat(3, 1fr) !important;
}
@@ -117,7 +117,7 @@ body.native #lyrics-page {
}
@media (max-width: 767px) {
- #album-grid {
+ #album-grid, #search-results {
grid-template-columns: repeat(2, 1fr) !important;
}
@@ -484,10 +484,6 @@ body.web {
display: none !important;
}
-.mist-stella {
- display: none !important;
-}
-
.tooltip {
z-index: 99999 !important;
}