fix radar crop when wide

This commit is contained in:
Matt Walsh
2026-04-06 00:48:38 -05:00
parent 5fffc495ae
commit 8158afd039
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
@use 'shared/_colors'as c;
@use 'shared/_utils'as u;
@use 'shared/positions'as p;
#radar-html.weather-display {
background-image: url('../images/backgrounds/4.png');
@@ -104,6 +105,7 @@
.weather-display .main.radar {
overflow: hidden;
height: 367px;
width: p.$standard-width;
.container {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long