Improve screen layout for themes + Radar layout adjustments
This commit is contained in:
parent
fb056f4876
commit
fef73485dd
8 changed files with 52 additions and 11 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue