diff options
| author | sD <stoned@derpymail.org> | 2020-04-08 00:01:51 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-08 00:01:51 +0200 |
| commit | b7d73a2148794628e60386a68b8c74a76e4c5ed5 (patch) | |
| tree | b57b035c358b990b6241f2c234432a2fb72db4ed /webAO/styles | |
| parent | 0bad799d9ba615c8a1c1d53cb779fa4ea2ab3da2 (diff) | |
fix yttd font
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/chatbox/yttd.css | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/webAO/styles/chatbox/yttd.css b/webAO/styles/chatbox/yttd.css index f588ae4..06644dc 100644 --- a/webAO/styles/chatbox/yttd.css +++ b/webAO/styles/chatbox/yttd.css @@ -6,7 +6,7 @@ height: 50%; width: 100%; filter: none; - font-family: "MS PGothic", sans-serif; + font-family: "DejaVu Sans Mono", "BIZ UDGothic", "Consolas", sans-serif; text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; } @@ -50,8 +50,6 @@ left: 0; height: 25%; min-width: 10%; - text-justify: distribute; - letter-spacing: 0.075em; font-weight: bold; background-color: rgba(0, 0, 0, 0.5); color: #fef9ad; @@ -63,8 +61,8 @@ } #client_chat { - font-size: 1em; display: none; + position: absolute; bottom: 0; width: 99%; width: calc(100% - 6px); @@ -73,8 +71,6 @@ border-style: double; border-color: #ffa500; background-color: rgba(0, 0, 0, 0.5); - position: absolute; - word-break: keep-all; overflow-wrap: break-word; text-align: left; overflow: hidden; @@ -84,9 +80,6 @@ #client_chat p { padding: 1% 3.13%; margin: 1px; - line-height: 97%; - letter-spacing: 0.05em; - word-spacing: 0.3em; } #client_chatwaiting { |
