diff options
| author | sD <stoned@derpymail.org> | 2020-04-18 18:40:39 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-18 18:40:39 +0200 |
| commit | 9bb43525a06764199dd816bb184ec90e68eca4eb (patch) | |
| tree | a37eabe35b5cf8f11e18d323b3c194efeae13418 | |
| parent | 8911a595df1d37ac02e53e97c0b523ceeb3e543e (diff) | |
don't cover the searchbar
| -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; } |
