Update weather interface

This commit is contained in:
2021-09-11 22:14:41 +02:00
parent e9f7cae5f9
commit 32cd56780c
4 changed files with 20 additions and 7 deletions

View File

@@ -528,11 +528,24 @@ $legend-color: $post-color;
position: absolute;
top: $block-spacing;
right: $block-spacing;
border-radius: $block-radius;
background: $message-bg;
color: $message-color;
cursor: pointer;
padding: $elem-spacing;
.fa {
font-size: 1.3em;
vertical-align: middle;
line-height: 1rem;
background: $message-color;
color: $message-bg;
border-radius: $block-radius 0 0 $block-radius;
padding: $elem-spacing;
}
span {
vertical-align: middle;
padding: $elem-spacing;
background: $message-bg;
color: $message-color;
}
}
.staticmap {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long