From 15753899db8dace22e36f35210565b5baac79361 Mon Sep 17 00:00:00 2001 From: stoned Date: Sat, 17 Aug 2024 11:10:45 +0200 Subject: resize things and fix effects --- webAO/styles/client.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'webAO/styles/client.css') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 9e26a93..f95613a 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -141,7 +141,7 @@ } #client_icwrapper { - overflow-x: hidden; + position: relative; background: inherit; } @@ -318,6 +318,7 @@ #client_fg { position: absolute; height: 100%; + width: 100%; bottom: 0; left: 0; top: 50%; @@ -557,7 +558,7 @@ #client_musiclist { width: 99%; height: 95%; - height: calc(95% - 16px); + height: calc(99% - 18px); background-color: #222; color: #fff; } -- cgit