Skip to content

Commit ee2c764

Browse files
Refactor heatmap UI by adjusting styles and improving layout structure
1 parent a6c09e7 commit ee2c764

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

_includes/heatmap-ui2.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- ── Bottom bar: badge + finger context + legend + reset ── -->
77
<div class="bottom-bar">
8-
<div style="flex-basis: 100%; display: flex; justify-content: center; align-items: center; pointer-events: auto; gap: 30px;">
8+
<div style="flex-basis: 100%; display: flex; justify-content: center; align-items: center; pointer-events: auto; gap: 30px; height: 137px">
99
<p class="finger-radio">
1010
<label for="all-fingers">
1111
{{ e.total }}

assets/css/heatmap.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858
padding: 5px;
5959
font-size: 75%;
6060

61-
top: 9px;
62-
right: 15px;
6361
background-color: #fff;
6462
border: 2px solid #e8e8e8;
6563
border-radius: 5px;
@@ -92,7 +90,7 @@
9290
width: 100px; height: 10px;
9391
border-radius: 5px;
9492
background: linear-gradient(to right, #ff0000, #ffff00, #00ff00);
95-
border: 1px solid rgba(0, 0, 0, 0.1);
93+
border: 1px solid rgb(192, 192, 192);
9694
}
9795

9896
.reset-view-btn {

0 commit comments

Comments
 (0)