This commit is contained in:
parent
edb955323d
commit
a964662940
3 changed files with 41 additions and 11 deletions
|
|
@ -164,14 +164,12 @@
|
|||
border: 0;
|
||||
|
||||
.nearby-weather-marker-inner {
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
min-width: 72px;
|
||||
padding: 2px 4px;
|
||||
background: rgba(18, 34, 61, 0.88);
|
||||
border: 1px solid #000;
|
||||
box-shadow: 1px 1px 0 #000;
|
||||
background: rgb(18 34 61 / 0%);
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
@ -183,6 +181,7 @@
|
|||
white-space: nowrap;
|
||||
margin-bottom: 1px;
|
||||
text-shadow: 1px 1px 0 #000;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.details {
|
||||
|
|
|
|||
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