Skip to content

Commit 44e019d

Browse files
committed
Fix autoscroll. Thanks @zapSNH #56 #58 #79
1 parent 255454e commit 44e019d

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

css/base.css

+16
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,22 @@ findbar[hidden] {
357357
overflow: clip !important;
358358
}
359359
}
360+
361+
.autoscroller {
362+
padding: 15px !important;
363+
}
364+
.autoscroller::after {
365+
display: block;
366+
content: "";
367+
width: 30px;
368+
height: 30px;
369+
border-radius: 50%;
370+
background: no-repeat center var(--autoscroll-background-image) rgba(249,249,250,.8);
371+
border: solid rgba(0,0,0,.4) 1.5px;
372+
translate: -11px -33px;
373+
box-shadow: 0 0 4px rgba(0,0,0,.2);
374+
}
375+
360376
.panel-arrowcontent {
361377
margin: 0px !important;
362378
}

img/radio.svg

-6
This file was deleted.

0 commit comments

Comments
 (0)