diff options
| author | sD <stoned@derpymail.org> | 2020-04-25 20:39:49 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-25 20:39:49 +0200 |
| commit | 5c12b7623d3fc57b3001cfa4a69c1433327774b5 (patch) | |
| tree | ae9e6c9c0f319e9d7a1c4e769a47e3b164751ad4 /webAO | |
| parent | 34eea3590f4c4867091d54e1399bafd15abe1fac (diff) | |
dgs: smooth transition
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/chatbox/dgs.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css index 5572321..cc4e9d9 100644 --- a/webAO/styles/chatbox/dgs.css +++ b/webAO/styles/chatbox/dgs.css @@ -45,7 +45,7 @@ left: 0; height: 35%; width: 100%; - transition-property: height, opacity; + transition-property: opacity 0.5s; } #client_name { @@ -61,7 +61,6 @@ top: 0; border-radius: 3px; position: absolute; - z-index: 1; } #client_inner_name { |
