From 9bb43525a06764199dd816bb184ec90e68eca4eb Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 18 Apr 2020 18:40:39 +0200 Subject: don't cover the searchbar --- webAO/styles/client.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'webAO/styles/client.css') 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; } -- cgit