diff options
| author | sD <stoned@derpymail.org> | 2020-05-12 19:52:05 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-05-12 19:52:05 +0200 |
| commit | ae55e2cc9a07709c4fc94cdfc280adcf44daf8f5 (patch) | |
| tree | c0636802ddd6b478afa0311a09b36c91bf67c25e /webAO/styles/chatbox | |
| parent | 4002d0426b3fed91ecfa3f6e31b9c05eb4d3776a (diff) | |
fix dr2 chatbox on chrome
Diffstat (limited to 'webAO/styles/chatbox')
| -rw-r--r-- | webAO/styles/chatbox/chatdr2.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webAO/styles/chatbox/chatdr2.css b/webAO/styles/chatbox/chatdr2.css index a559b1a..92af23c 100644 --- a/webAO/styles/chatbox/chatdr2.css +++ b/webAO/styles/chatbox/chatdr2.css @@ -57,8 +57,9 @@ #client_inner_name { padding: 0; - margin: 0; - writing-mode: sideways-lr; + margin: 0; + transform: rotate(180deg); + writing-mode: vertical-rl; bottom: 25%; right: 0; position: absolute; |
