diff options
| author | sD <stoned@derpymail.org> | 2020-04-11 16:15:55 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-11 16:15:55 +0200 |
| commit | 5b114b21f805b3e1246f70402924a98b90181685 (patch) | |
| tree | 4f30424a0d4776456a04f6761ce70a67033e9f22 /webAO/styles/chatbox/aa.css | |
| parent | 40b05d6a8d49aa31379d4f9ad1426d54ce0d8062 (diff) | |
give the name tag an inner p
Diffstat (limited to 'webAO/styles/chatbox/aa.css')
| -rw-r--r-- | webAO/styles/chatbox/aa.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css index 3efde89..2d1f530 100644 --- a/webAO/styles/chatbox/aa.css +++ b/webAO/styles/chatbox/aa.css @@ -78,10 +78,7 @@ left: 0; top: 0; height: 13%; - min-width: 3.25em; - text-justify: distribute; - letter-spacing: 0.075em; - font-weight: bold; + min-width: 3.25em; background: rgba(56, 56, 163, 0.5); box-shadow: 0.075em 0.075em rgba(0, 56, 163, 0.5) inset; padding: 0 2%; @@ -92,6 +89,13 @@ z-index: 1; } +#client_name p { + text-justify: distribute; + letter-spacing: 0.075em; + margin: 1px; + font-weight: bold; +} + #client_chat { display: block; position: absolute; |
