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 From 4bb0ced6e218042c969e487bbded077dd6bde7b9 Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 18 Apr 2020 18:44:44 +0200 Subject: eliminate size popping in and out --- webAO/styles/client.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'webAO/styles/client.css') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 61aba11..9a1afd8 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -215,6 +215,13 @@ transition-property: height, opacity; } +#client_chatcontainer { + position: absolute; + width: 100%; + bottom: 0; + left: 0; +} + #client_shout { display: block; position: absolute; -- cgit