We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57dec11 commit 2b4442eCopy full SHA for 2b4442e
app/views/displays/mira.html.slim
@@ -26,7 +26,7 @@ div.hide-if-empty style="font-size: 1.75rem; position:absolute; left: 0; right:
26
- next if i.odd?
27
td
28
div style="height: 100px; position:relative; width: 28px;"
29
- div style="background-color:black; position: absolute; height: #{minute["precipitationChance"]*100}px; left: 0; right: 10px; bottom: 0; border-radius: 30px;"
+ div style="background-color:black; position: absolute; height: #{(minute["precipitationChance"] + minute["precipitationIntensity"])*50}px; left: 0; right: 10px; bottom: 0; border-radius: 30px;"
30
tr style="font-size: .75rem;"
31
td colspan="10" Now
32
td colspan="10" 20m
0 commit comments