From f222f1026bae17c1a6cda6fd7c0ec62b309a0d82 Mon Sep 17 00:00:00 2001 From: sD Date: Mon, 13 Apr 2020 16:48:28 +0200 Subject: make the search box full width --- webAO/styles/client.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'webAO/styles/client.css') 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%; -- cgit