diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-07-16 22:38:03 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-07-16 22:38:03 +0200 |
| commit | 6c12610616ec0f8fa0c2907622fa26095c70b4e6 (patch) | |
| tree | 3cc188280f6623e6c77d6a6a1d16e12d4d2a2586 /webAO/client.css | |
| parent | ab960bb1a2a43d19c497acb2590ff88c0b82d151 (diff) | |
musiclist should render as a listbox now instead of a dropdown
depends on the device, desktop browsers usually do that automatically
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/client.css b/webAO/client.css index 3e99262..9dadaa7 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -307,6 +307,7 @@ img { #client_musiclist { width: 99%; + height: 100%; background-color: #222; color: white; } |
