Skip to content

Commit cd7129a

Browse files
Refactor heatmap UI: adjust widths of hand and finger select elements for improved responsiveness
1 parent 919d301 commit cd7129a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

assets/css/heatmap.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,11 @@
195195
.heatmap-legend { font-size: 10px; }
196196
.heatmap-gradient { width: 60px; height: 8px; }
197197
#interface { gap: 1em; }
198+
#hand-select { width: 12em }
199+
#finger-select { width: 6em }
200+
}
201+
202+
@media (max-width: 360px) {
198203
#hand-select { width: 11em }
199204
#finger-select { width: 5em }
200205
}

0 commit comments

Comments
 (0)