aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-04-18 18:40:45 +0200
committersD <stoned@derpymail.org>2020-04-18 18:40:45 +0200
commit22a9e0d245b5351abce775676c24cc80b8a81ec4 (patch)
treeee5d917c3ee90a6e1870361ddd8b8a11e9a558b8
parent34d7e21c379cb8f22e519590fe038721fa456d6c (diff)
parent9bb43525a06764199dd816bb184ec90e68eca4eb (diff)
Merge branch 'master' into chatboxstyle
-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;
}