diff options
| author | stonedDiscord <stoned@derpymail.org> | 2020-04-19 15:43:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-19 15:43:44 +0200 |
| commit | 729f4144d7b3a489d8c17d3ec2d7c8f32411f696 (patch) | |
| tree | 04a61f8c3289b23ed55ba0e23bd47e8a127dbe17 /webAO/styles/client.css | |
| parent | 0dc565de5fbc94dfe1745a44c879ee6a9f801049 (diff) | |
| parent | 182ee7354419bf6ce472817d1124932e82b43f98 (diff) | |
Merge pull request #58 from AttorneyOnline/chatboxstyle
Chatboxstyle
Diffstat (limited to 'webAO/styles/client.css')
| -rw-r--r-- | webAO/styles/client.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index fa020ef..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; @@ -301,7 +308,8 @@ #client_musiclist { width: 99%; - height: 100%; + height: 95%; + height: calc(95% - 16px); background-color: #222; color: #fff; } |
