From 6c12610616ec0f8fa0c2907622fa26095c70b4e6 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Tue, 16 Jul 2019 22:38:03 +0200 Subject: musiclist should render as a listbox now instead of a dropdown depends on the device, desktop browsers usually do that automatically --- webAO/client.css | 1 + 1 file changed, 1 insertion(+) (limited to 'webAO/client.css') 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; } -- cgit