diff options
| author | sD <stoned@derpymail.org> | 2020-06-01 19:22:59 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-06-01 19:22:59 +0200 |
| commit | ec6563414aae071f10beb7d25c6e783de9fa609f (patch) | |
| tree | 5057aca92f053648a9701867042ba3b5072dea42 /webAO/styles/chatbox/dr1.css | |
| parent | e173042f8c5c8e308a751f1caceec9c10469da29 (diff) | |
add dr1 chatwaiting
Diffstat (limited to 'webAO/styles/chatbox/dr1.css')
| -rw-r--r-- | webAO/styles/chatbox/dr1.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/webAO/styles/chatbox/dr1.css b/webAO/styles/chatbox/dr1.css index d624b11..b1df279 100644 --- a/webAO/styles/chatbox/dr1.css +++ b/webAO/styles/chatbox/dr1.css @@ -100,10 +100,19 @@ #client_inner_chat { padding: 2% 4%; + padding-right: 10%; margin: 0; line-height: 97%; } #client_chatwaiting { - display: none; + display: block; + position: absolute; + color: transparent; + right: 3%; + bottom: 30%; + width: 2em; + height: 2em; + background-image: url("chatwaiting_dr1.svg"); + background-size: contain; }
\ No newline at end of file |
