From 4bb5b2641b6b20e6df5084f5f5609c41b7b29ac8 Mon Sep 17 00:00:00 2001 From: Svilen Markov <7613769+svilenmarkov@users.noreply.github.com> Date: Fri, 24 May 2024 05:23:44 +0100 Subject: [PATCH] Further attempts at making the rain look less scuffed --- internal/assets/static/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/internal/assets/static/main.css b/internal/assets/static/main.css index 832ea09..b179b68 100644 --- a/internal/assets/static/main.css +++ b/internal/assets/static/main.css @@ -733,7 +733,7 @@ body { flex-direction: column; width: calc(100% / 12); padding-top: 3px; - max-width: 3rem; + max-width: 30px; } .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 */ 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) {