diff options
| author | sD <stoned@derpymail.org> | 2020-04-19 17:54:26 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-19 17:54:26 +0200 |
| commit | a24cad26c904f3ddbb9b561fb02d48fe2e2094c6 (patch) | |
| tree | a24aec90a69dff9a8492a1c0b54b26cd41b713ea | |
| parent | 5937880709e07fc3eceb0e842b7849396f51a754 (diff) | |
fix old webAO theme nameplate
| -rw-r--r-- | webAO/styles/chatbox/legacy.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webAO/styles/chatbox/legacy.css b/webAO/styles/chatbox/legacy.css index 3a23ca0..bea7f38 100644 --- a/webAO/styles/chatbox/legacy.css +++ b/webAO/styles/chatbox/legacy.css @@ -19,6 +19,10 @@ z-index: 1; } +#client_inner_name { + margin: 0; +} + #client_chat { position: absolute; display: block; |
