diff options
author | Vitaly Takmazov | 2019-10-30 10:28:49 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 625261489c14f0726092ee8d9ff730ef5dc0c861 (patch) | |
tree | 2233fed0adcab75966a4b15c97efb748f37d1a47 /vnext/src/index.css | |
parent | 155701e27ca417b61207f2359b2519d018f0a49d (diff) |
content transition delay
Diffstat (limited to 'vnext/src/index.css')
-rw-r--r-- | vnext/src/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css index 109eb678..3cc41b8b 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -165,6 +165,7 @@ hr { grid-area: content; margin-top: 64px; overflow: auto; + transition: margin-top 0.4s; } .content--full { |