Add code to infer conditions from wind + gusts when Open-Meteo over simplifies weather
This commit is contained in:
parent
69cfdd2f1e
commit
84ae94e052
6 changed files with 94 additions and 14 deletions
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
&.left {
|
||||
font-family: 'Star4000 Extended';
|
||||
font-size: 24pt;
|
||||
font-size: 18pt;
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -62,6 +62,7 @@
|
|||
img {
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
width: 108px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -84,12 +85,13 @@
|
|||
}
|
||||
|
||||
.location {
|
||||
color: c.$title-color;
|
||||
color: #ff0;
|
||||
max-height: 32px;
|
||||
margin-bottom: 10px;
|
||||
padding-top: 4px;
|
||||
overflow: hidden;
|
||||
text-wrap: nowrap;
|
||||
padding-left: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -100,7 +102,6 @@
|
|||
.col {
|
||||
&.left {
|
||||
margin-top: 35px;
|
||||
font-size: 20pt;
|
||||
}
|
||||
|
||||
&.right {
|
||||
|
|
|
|||
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
Loading…
Add table
Add a link
Reference in a new issue