diff options
Diffstat (limited to 'webAO')
| -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; } |
