Skip to content

Commit

Permalink
tweak css
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Feb 2, 2025
1 parent c3246ff commit 8b3572e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions html5bytebeat.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
and other buttons wrap */
--show-songs-width: 7em;
}
html {
overscroll-behavior: none;
}
html, body {
width: 100%;
height: 100%;
Expand Down Expand Up @@ -171,7 +174,6 @@
position: absolute;
writing-mode: vertical-lr;
direction: rtl;
appearance: slider-vertical;
vertical-align: bottom;
}
.vertical-range>* {
Expand Down Expand Up @@ -353,7 +355,10 @@
button, select, .buttonstyle, #showSongs {
max-width: 8em;
}

.vertical-range input {
transform: scale(2);
transform-origin: 0 0;
}
}
</style>
</head>
Expand Down

0 comments on commit 8b3572e

Please sign in to comment.