Skip to content

Commit b5a5759

Browse files
Refactor heatmap UI: adjust hand select element width for improved layout
1 parent cd7129a commit b5a5759

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

assets/css/heatmap.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,10 @@
195195
.heatmap-legend { font-size: 10px; }
196196
.heatmap-gradient { width: 60px; height: 8px; }
197197
#interface { gap: 1em; }
198-
#hand-select { width: 12em }
198+
#hand-select { width: 13em }
199199
#finger-select { width: 6em }
200200
}
201201

202202
@media (max-width: 360px) {
203-
#hand-select { width: 11em }
204-
#finger-select { width: 5em }
203+
#interface { gap: 0.5em; }
205204
}

0 commit comments

Comments
 (0)