diff options
| author | sD <stoned@derpymail.org> | 2020-04-13 18:34:15 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-13 18:34:15 +0200 |
| commit | 8c4a0224fcf1f9993cce7a539845ad5d1502ee9e (patch) | |
| tree | 4b352e98a827ac5f4eedd6e5dee1ada04939dfc7 /webAO/styles | |
| parent | 5b114b21f805b3e1246f70402924a98b90181685 (diff) | |
| parent | 97caca41dfa78158fb64a0229f173d5d6f45a409 (diff) | |
Merge branch 'master' into chatboxstyle
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/client.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index b0b1bb6..4063b67 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -294,6 +294,10 @@ border: none; } +#client_musicsearch { + width: 100%; +} + #client_musiclist { width: 99%; height: 100%; |
