fix album and artist card search results responsiveness

This commit is contained in:
geoffrey45
2022-08-16 09:25:40 +03:00
parent e1c9cfa99b
commit 703b3cf240
10 changed files with 56 additions and 84 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ body {
color: #fff;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-family: "SF Compact Display" !important;
font-family: "SFCompactDisplay" !important;
font-size: 1rem;
image-rendering: -webkit-optimize-contrast;
width: calc(100vw - 1rem);
+1 -1
View File
@@ -9,6 +9,6 @@
@font-face {
font-family: "SF Compact Display";
font-family: "SFCompactDisplay";
src: url("../sf-compact.woff") format("woff");
}