reduce slider chunkiness (#316)

This commit is contained in:
Steve AB7PA 2022-03-22 04:33:00 -07:00 committed by GitHub
parent 6b4ccbf5ad
commit b13e04b2d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -510,8 +510,9 @@ html.print([[
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
vertical-align:middle;
width: 48px;
height: 20px;
}
/* Hide default HTML checkbox */
@ -537,8 +538,8 @@ html.print([[
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
height: 13px;
width: 13px;
left: 4px;
bottom: 4px;
background-color: white;