Skip to content

Commit b02a797

Browse files
author
jacquesbach
committed
Resize Hourly Heatmap
1 parent b2c1c83 commit b02a797

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

templates/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ <h1>
162162
</div>
163163
</div>
164164
</div>
165-
166-
<div class="grid-stack-item" id="card-hourly-heatmap" gs-w="15" gs-h="7">
165+
166+
<div class="grid-stack-item" id="card-hourly-heatmap" gs-w="7" gs-h="15">
167167
<div class="grid-stack-item-content">
168168
<div class="card card-light heatmap-card" style="height: 100%; box-sizing: border-box; position: relative;">
169169
<div id="hourlyHeatmapLoading" style="position:absolute; inset:0; background:rgba(255,255,255,0.75); display:none; align-items:center; justify-content:center; border-radius:24px; z-index:10;">
@@ -183,7 +183,7 @@ <h1>
183183
</div>
184184
</div>
185185

186-
<div class="grid-stack-item" id="card-donut-chart" gs-w="15" gs-h="5">
186+
<div class="grid-stack-item" id="card-donut-chart" gs-w="5" gs-h="15">
187187
<div class="grid-stack-item-content">
188188
<div class="card card-light" style="height: 100%; box-sizing: border-box; text-align: center; display: flex; flex-direction: column;">
189189
<div class="label" style="border-bottom: 1px solid #f0f0f0; padding-bottom: 10px; margin-bottom: 10px; text-align: left;">

0 commit comments

Comments
 (0)