mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 09:22:49 +03:00
11 lines
179 B
CSS
11 lines
179 B
CSS
|
.gh-post-actions-menu {
|
||
|
top: calc(100% + 6px);
|
||
|
left: auto;
|
||
|
right: 10px;
|
||
|
}
|
||
|
|
||
|
.gh-post-actions-menu.fade-out {
|
||
|
animation-duration: .001s;
|
||
|
pointer-events: none;
|
||
|
}
|