diff options
| author | sD <stoned@derpymail.org> | 2020-04-13 16:48:28 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-13 16:48:28 +0200 |
| commit | f222f1026bae17c1a6cda6fd7c0ec62b309a0d82 (patch) | |
| tree | e1b2533bfa1ebd59d069ebf88aaca2348fa7ad04 /webAO | |
| parent | 9b4e487245f7fb6862dc3bba84f9425b18894cec (diff) | |
make the search box full width
Diffstat (limited to 'webAO')
| -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%; |
