mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 15:29:19 +03:00
Merge pull request #4391 from PaulAdamDavis/publish-transition
Faster dropdown animation for publish button
This commit is contained in:
commit
6939fde1a5
@ -567,6 +567,15 @@ body.zen {
|
||||
position: absolute;
|
||||
bottom: 49px;
|
||||
right: 0;
|
||||
|
||||
&.fade-in-scale {
|
||||
animation-duration: 0.1s;
|
||||
}
|
||||
|
||||
&.fade-out {
|
||||
animation-duration: 0;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
top: auto;
|
||||
left: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user