fix: css.container (now on toggleMenuSize() same transition as the menu)
This commit is contained in:
parent
3f646bcd6c
commit
18a20ca7b4
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue