From 99bbe08d16821ff7b84234b62cddeb81b5104443 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Sat, 20 Jul 2024 15:54:55 +0200 Subject: [PATCH] clippy css fix --- playlist/static/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/playlist/static/style.css b/playlist/static/style.css index d494e70..eaba0a0 100644 --- a/playlist/static/style.css +++ b/playlist/static/style.css @@ -339,8 +339,10 @@ input[type="range"]#volume::-webkit-slider-thumb { flex-flow: column nowrap; align-items: flex-end; width: 256px; - left: 550px; - top: 340px; + left: 580px; + top: 0; + height:580px; + justify-content: flex-end; } #clippy .body { @@ -353,7 +355,7 @@ input[type="range"]#volume::-webkit-slider-thumb { } #clippy .body .content { - max-height:calc(100vh - 197px); + max-height: 375px; overflow-y: scroll; }