diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-07-24 19:59:00 +0200 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2019-07-24 19:59:00 +0200 |
| commit | a5a3fd6ca414462b9af2efffb437abc1df35efe4 (patch) | |
| tree | ec35c8422089920a905536bae98029f798343a06 /webAO | |
| parent | bc709ede420b77f7d9392abf3a0ca172dabe0d75 (diff) | |
p wasnt used and add padding
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.css | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/webAO/client.css b/webAO/client.css index 56a0336..4ce37f0 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -199,6 +199,7 @@ img { #client_name { display: none; + padding: 0px 4px; height: 7%; border: 1px solid rgba(255, 255, 255, 0.7); background: rgba(73, 0, 254, 0.5); @@ -207,15 +208,6 @@ img { position: absolute; } -#client_name p { - opacity: 2; - color: white; - position: relative; - margin-left: 4px; - margin-right: 4px; - margin-top: auto; -} - #client_chat { font-size: 1em; display: none; |
