fix: css.container (now on toggleMenuSize() same transition as the menu)

This commit is contained in:
xdrm-brackets 2017-12-05 18:16:43 +01:00
parent 3f646bcd6c
commit 18a20ca7b4
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@
background: #fff;
overflow: hidden;
transition: left .2s ease-in-out,
width .2s ease-in-out;
}
#WRAPPER.min #CONTAINER.message form.msg-input{