mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-18 16:01:40 +03:00
0cc3164b25
fixes https://github.com/TryGhost/Team/issues/2780 refs https://github.com/TryGhost/Team/issues/2781 Adds an export button to the posts page in admin (behind feature flag). It downloads a placeholder CSV via a real endpoint (`/posts/export`).
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;
|
|
}
|