Slider toggles look a little out-of-line if I position them at the direct edge of the track

This commit is contained in:
David Wendt 2019-11-02 19:53:48 -04:00 committed by Mike Welsh
parent 5f883c5d59
commit 7343d7d71a
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
content: ""; content: "";
display: block; display: block;
position: absolute; position: absolute;
left: 0; left: 15%;
top: 50%; top: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
@ -86,7 +86,7 @@
} }
.RufflePopup-checkbox_with_slider:checked ~ .RufflePopup-checkbox_slider:after { .RufflePopup-checkbox_with_slider:checked ~ .RufflePopup-checkbox_slider:after {
left: 100%; left: 85%;
} }
.RufflePopup-reload_button { .RufflePopup-reload_button {