mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-23 03:59:30 -07:00
fix radar crop when wide
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
@use 'shared/_colors'as c;
|
@use 'shared/_colors'as c;
|
||||||
@use 'shared/_utils'as u;
|
@use 'shared/_utils'as u;
|
||||||
|
@use 'shared/positions'as p;
|
||||||
|
|
||||||
#radar-html.weather-display {
|
#radar-html.weather-display {
|
||||||
background-image: url('../images/backgrounds/4.png');
|
background-image: url('../images/backgrounds/4.png');
|
||||||
@@ -104,6 +105,7 @@
|
|||||||
.weather-display .main.radar {
|
.weather-display .main.radar {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 367px;
|
height: 367px;
|
||||||
|
width: p.$standard-width;
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
|
||||||
|
|||||||
2
server/styles/ws.min.css
vendored
2
server/styles/ws.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user