Преглед изворни кода

Further attempts at making the rain look less scuffed

Svilen Markov пре 1 година
родитељ
комит
4bb5b2641b
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      internal/assets/static/main.css

+ 5 - 1
internal/assets/static/main.css

@@ -733,7 +733,7 @@ body {
     flex-direction: column;
     flex-direction: column;
     width: calc(100% / 12);
     width: calc(100% / 12);
     padding-top: 3px;
     padding-top: 3px;
-    max-width: 3rem;
+    max-width: 30px;
 }
 }
 
 
 .weather-column-value, .weather-columns:hover .weather-column-value {
 .weather-column-value, .weather-columns:hover .weather-column-value {
@@ -1171,6 +1171,10 @@ body {
         /* hides content that peeks through the rounded borders of the mobile navigation */
         /* hides content that peeks through the rounded borders of the mobile navigation */
         box-shadow: 0 var(--border-radius) 0 0 var(--color-background);
         box-shadow: 0 var(--border-radius) 0 0 var(--color-background);
     }
     }
+
+    .weather-column-rain::before {
+        background-size: 7px 7px;
+    }
 }
 }
 
 
 @media (max-width: 1190px) and (display-mode: standalone) {
 @media (max-width: 1190px) and (display-mode: standalone) {