aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-04-18 18:40:39 +0200
committersD <stoned@derpymail.org>2020-04-18 18:40:39 +0200
commit9bb43525a06764199dd816bb184ec90e68eca4eb (patch)
treea37eabe35b5cf8f11e18d323b3c194efeae13418 /webAO/styles
parent8911a595df1d37ac02e53e97c0b523ceeb3e543e (diff)
don't cover the searchbar
Diffstat (limited to 'webAO/styles')
-rw-r--r--webAO/styles/client.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css
index fa020ef..61aba11 100644
--- a/webAO/styles/client.css
+++ b/webAO/styles/client.css
@@ -301,7 +301,8 @@
#client_musiclist {
width: 99%;
- height: 100%;
+ height: 95%;
+ height: calc(95% - 16px);
background-color: #222;
color: #fff;
}