diff options
author | moisseev <moiseev@mezonplus.ru> | 2020-07-19 19:34:55 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2020-07-19 19:34:55 +0300 |
commit | 9c4c2b9e24e5ea51f51a49eb8887363cea656aeb (patch) | |
tree | 1b00bef4448b42ba6e94d4bc250daee50ffe2d9d | |
parent | 22d86e9d4b0df6a9dbfc2f07afffbcd69ab31b73 (diff) | |
download | rspamd-9c4c2b9e24e5ea51f51a49eb8887363cea656aeb.tar.gz rspamd-9c4c2b9e24e5ea51f51a49eb8887363cea656aeb.zip |
[Minor] Fix sidebars transition
-rw-r--r-- | interface/css/rspamd.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index 6755a160e..194f1e6c9 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -418,7 +418,8 @@ table#symbolsTable input[type="number"] { } } #content { - transition: width 0.3s ease; + transition: all 0.3s ease; + transition-property: flex-basis, max-width, width; } #content label { font-weight: normal; |