Skip to content

Commit 876dcc6

Browse files
committed
Enlarge .collapser width/click-area
Make it a bit easier to target with the mouse.
1 parent a802849 commit 876dcc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/viewer.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ body {
2929

3030
.collapser {
3131
position: absolute;
32-
left: -1.5ch;
32+
left: -2.2ch;
33+
padding: 0 .6ch;
3334
cursor: pointer;
3435
transform: rotate(90deg);
3536
transition: transform .2s;

0 commit comments

Comments
 (0)