aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-04-25 20:45:18 +0200
committersD <stoned@derpymail.org>2020-04-25 20:45:18 +0200
commit82c4072a29287736fa8ddf3fb9aaa0ba822c1175 (patch)
treea50b7bef90d794dd40ee513942bfd0f907b5b135 /webAO
parent97ff757a7647cfdbcd5ae094e041eabbda3bf70d (diff)
dgs: oopsie, fix transition
Diffstat (limited to 'webAO')
-rw-r--r--webAO/styles/chatbox/dgs.css3
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 {