diff options
| author | sD <stoned@derpymail.org> | 2020-04-25 20:45:18 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-25 20:45:18 +0200 |
| commit | 82c4072a29287736fa8ddf3fb9aaa0ba822c1175 (patch) | |
| tree | a50b7bef90d794dd40ee513942bfd0f907b5b135 | |
| parent | 97ff757a7647cfdbcd5ae094e041eabbda3bf70d (diff) | |
dgs: oopsie, fix transition
| -rw-r--r-- | webAO/styles/chatbox/dgs.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css index cc4e9d9..6ee53cd 100644 --- a/webAO/styles/chatbox/dgs.css +++ b/webAO/styles/chatbox/dgs.css @@ -45,7 +45,8 @@ left: 0; height: 35%; width: 100%; - transition-property: opacity 0.5s; + transition-property: opacity; + transition: 0.1s linear; } #client_name { |
