mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-22 11:39:30 -07:00
fix hazard display when wide/enhanced
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
#hazards-html.weather-display {
|
#hazards-html.weather-display {
|
||||||
background-image: url('../images/backgrounds/7.png');
|
background-image: url('../images/backgrounds/7.png');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.weather-display .main.hazards {
|
.weather-display .main.hazards {
|
||||||
@@ -12,6 +13,11 @@
|
|||||||
height: p.$standard-height;
|
height: p.$standard-height;
|
||||||
background-color: rgb(112, 35, 35);
|
background-color: rgb(112, 35, 35);
|
||||||
|
|
||||||
|
width: p.$standard-width;
|
||||||
|
|
||||||
|
.wide.enhanced & {
|
||||||
|
left: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.hazard-lines {
|
.hazard-lines {
|
||||||
min-height: 400px;
|
min-height: 400px;
|
||||||
|
|||||||
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
File diff suppressed because one or more lines are too long
@@ -1,7 +1,7 @@
|
|||||||
<div class="main hazards no-header">
|
<div class="main hazards no-header can-enhance">
|
||||||
<div class="hazard-lines">
|
<div class="hazard-lines">
|
||||||
<div class="hazard template">
|
<div class="hazard template">
|
||||||
<div class="hazard-text"></div>
|
<div class="hazard-text"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user