aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/client.css
diff options
context:
space:
mode:
authorstoned <Tukz@gmx.de>2024-08-17 11:10:45 +0200
committerstoned <Tukz@gmx.de>2024-08-17 11:10:45 +0200
commit15753899db8dace22e36f35210565b5baac79361 (patch)
tree85d963670361a6edcd9404296e88ef61279f83d1 /webAO/styles/client.css
parent12fe09d878355a552e9df6eec6112eff4429238b (diff)
resize things and fix effects
Diffstat (limited to 'webAO/styles/client.css')
-rw-r--r--webAO/styles/client.css5
1 files changed, 3 insertions, 2 deletions
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;
}