diff options
| author | sD <stoned@derpymail.org> | 2020-04-18 18:40:45 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-18 18:40:45 +0200 |
| commit | 22a9e0d245b5351abce775676c24cc80b8a81ec4 (patch) | |
| tree | ee5d917c3ee90a6e1870361ddd8b8a11e9a558b8 /webAO/styles/client.css | |
| parent | 34d7e21c379cb8f22e519590fe038721fa456d6c (diff) | |
| parent | 9bb43525a06764199dd816bb184ec90e68eca4eb (diff) | |
Merge branch 'master' into chatboxstyle
Diffstat (limited to 'webAO/styles/client.css')
| -rw-r--r-- | webAO/styles/client.css | 3 |
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; } |
