summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-07-28 13:13:19 -0400
committerpommicket <pommicket@gmail.com>2023-07-28 13:13:19 -0400
commitf50aa678661ccd1493f13704f73a84996b8d4e5d (patch)
tree37b6d86447431d9dae206cbf63d61f8a7f1f62f9 /index.html
parentf95743d497a92e6ba2464963ba12b8624baf3b65 (diff)
fix slider problem
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/index.html b/index.html
index f86013e..bb320de 100644
--- a/index.html
+++ b/index.html
@@ -55,10 +55,6 @@
position: absolute;
}
- #ui-canvas {
- border: 2px solid var(--ui-border);
- }
-
button {
border: 2px solid var(--ui-border);
background-color: black;
@@ -71,7 +67,7 @@
background-color: #fff6;
}
button:focus, input:focus {
- outline: 2px solid #0a0;
+ outline: 1px solid #0f0;
}
#ui-resize {
flex-grow: 0;
@@ -126,6 +122,10 @@
height: 1.3em;
width: 1.3em;
}
+ input[type="range"] {
+ max-height: 1.2em;
+ vertical-align: middle;
+ }
.widget {
display: block;
border-bottom: 2px solid #777;
@@ -149,8 +149,7 @@
width: 1.5em;
height: 1.5em;
border: 0;
- margin-top: 0.2em;
- vertical-align: top;
+ vertical-align: middle;
background-size: contain;
}
.widget-move {