Menu, Message Context Menu: Better animation

This commit is contained in:
Alexander Zinchuk 2022-01-21 17:29:10 +01:00
parent d3d9d440a6
commit caa0ba76c5
2 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
}
.bubble {
transform: scale(0.5);
transition: opacity .15s cubic-bezier(0.2, 0, 0.2, 1), transform .15s cubic-bezier(0.2, 0, 0.2, 1) !important;
transform: scale(0.7);
overflow: initial;
padding: 0;
}

View File

@ -27,7 +27,7 @@
z-index: var(--z-menu-bubble);
overscroll-behavior: contain;
transform: scale(0.2);
transform: scale(0.5);
transition: opacity .2s cubic-bezier(0.2, 0, 0.2, 1), transform .2s cubic-bezier(0.2, 0, 0.2, 1) !important;
&.open {