From 5533c11c9eafa11fc36198aa2e72ac1d76cd4683 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 16 Jan 2022 12:38:49 +0000 Subject: fix playing-file overflow --- resources/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/index.html b/resources/index.html index ac3ae3b..5875c28 100644 --- a/resources/index.html +++ b/resources/index.html @@ -273,9 +273,10 @@ li.dir::after { content: '/' } li.file::marker { content: '🎞️' } - #playing-name { + #playing-name p { white-space: pre; font-size: 50%; + width: 100%; overflow-x: scroll; } @@ -298,7 +299,7 @@ - +

-- cgit v1.2.3