diff options
| author | sD <stoned@derpymail.org> | 2020-03-21 13:45:00 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-21 13:45:00 +0100 |
| commit | e49c9e2bf76fd602849e1018fb7880db5c857f68 (patch) | |
| tree | 8f100ec926843b5d95cea634f13e513c1389ae47 | |
| parent | a9ee0711e2b541e7a7bd5ddfeee42e6b9a8f904f (diff) | |
masterchat doesn't need to be this wide anymore
| -rw-r--r-- | webAO/styles/master.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/styles/master.css b/webAO/styles/master.css index 2e2f265..48b14c0 100644 --- a/webAO/styles/master.css +++ b/webAO/styles/master.css @@ -39,7 +39,7 @@ #masterchat { width: 100%; - height: 260px; + height: 200px; font-size: inherit; background-color: darkgrey; color: black; |
