diff options
| author | stonedDiscord <stoned@derpymail.org> | 2020-04-13 18:04:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-13 18:04:13 +0200 |
| commit | e2c97a3ac234370c083bb3117c5ad25f4bef4033 (patch) | |
| tree | 87caf0fa28bec9414d625eb36af8bfc8ffeb9446 /webAO/styles/client.css | |
| parent | 9b4e487245f7fb6862dc3bba84f9425b18894cec (diff) | |
| parent | bd3194ccde09d0353e0a2d1ccbcc68f370c70926 (diff) | |
Merge pull request #56 from AttorneyOnline/music_search
Music search
Diffstat (limited to 'webAO/styles/client.css')
| -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%; |
