Improve screen layout for themes + Radar layout adjustments

This commit is contained in:
mrkmntal 2026-04-11 12:02:24 -04:00
commit fef73485dd
8 changed files with 52 additions and 11 deletions

View file

@ -23,7 +23,7 @@
&.right {
right: 0px;
font-family: "Star4000 Large";
font-size: 20px;
font-size: 18px;
font-weight: bold;
line-height: 24px;
@ -93,3 +93,34 @@
}
}
}
:root[data-theme]:not([data-theme='default']) {
.weather-display .main.current-weather {
&.main {
.col {
&.left {
margin-top: 35px;
}
&.right {
margin-top: 36px;
padding: 21px;
}
}
.wind-container {
display: block;
&>div {
width: 50%;
}
.wind {
text-align: right;
font-size: 22px;
display: contents;
}
}
}
}
}