Skip to content

Commit 80f87d2

Browse files
committed
Hide weather map on mobile viewports
1 parent 0cb858e commit 80f87d2

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

Diff for: vzdv-site/templates/airspace/weather.jinja

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
{% block body %}
66

7+
<style>
8+
div.ratio {
9+
display: none;
10+
}
11+
12+
@media (min-width: 768px) {
13+
div.ratio {
14+
display: block;
15+
}
16+
}
17+
</style>
18+
719
<h2>Weather</h2>
820

921
<div class="ratio ratio-16x9">

Diff for: vzdv-site/templates/changelog.jinja

+11
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414

1515
<hr>
1616

17+
<div class="card shadow mb-3">
18+
<div class="card-body">
19+
<h5 class="card-title">2025-01-15</h5>
20+
<div class="card-text">
21+
<ul>
22+
<li>Hide the FAA weather map on mobile viewports</li>
23+
</ul>
24+
</div>
25+
</div>
26+
</div>
27+
1728
<div class="card shadow mb-3">
1829
<div class="card-body">
1930
<h5 class="card-title">2025-01-10</h5>

0 commit comments

Comments
 (0)