bigger checkbox (usability)
Massimo Melina committed
Jan 21, 2022 at 23:42 UTC
30054e77127ccb082573857388b883b73fd044df
2 files changed
+4
-2
frontend/src/index.scss
+3
-1
@@ -46,7 +46,9 @@ input, select {
46
color: var(--good-contrast);
47
}
48
input[type=checkbox] {
49
- margin-right: 0.5em;
49
+ margin: 0 1.3em 0 0.8em;
50
+ transform: scale(1.7);
51
+ accent-color: var(--button-bg);
52
}
53
54
.icon {
todo.md
+1
-1
@@ -1,9 +1,9 @@
1
# To do
2
-- bigger checkbox (usability)
2
- filter: add button to invert selection
3
- filter: add button to select all
4
- log filter option
5
- log filter plugin
6
+- publish to npm (so people can "npm install hfs")
7
- frontend search supporting masks
8
- remove seconds from time
9
- update tests to SRP login