mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
Faster dropdown animation for publish button
Closes #4390 - Apply same animation timing from the nav bar dropdown to the publish button dropdown
This commit is contained in:
parent
8d96cb2f67
commit
660c9064eb
1 changed files with 9 additions and 0 deletions
|
@ -567,6 +567,15 @@ body.zen {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 49px;
|
bottom: 49px;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
||||||
|
&.fade-in-scale {
|
||||||
|
animation-duration: 0.1s;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.fade-out {
|
||||||
|
animation-duration: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
top: auto;
|
top: auto;
|
||||||
left: auto;
|
left: auto;
|
||||||
|
|
Loading…
Add table
Reference in a new issue