0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Refined spacing and position of mentions dropdown

no refs.

- The empty state of mentions dropdown was a little tight on the top
- The dropdown was too close to the trigger button
This commit is contained in:
Peter Zimon 2023-03-10 09:32:58 +01:00
parent ab01e4fcbf
commit d6317708af

View file

@ -2622,6 +2622,7 @@ Dashboard Mentions */
.gh-dashboard-mentions-container {
border-radius: 3px;
box-shadow: var(--box-shadow-m);
top: 88px !important;
}
.gh-dashboard-mentions {
@ -2742,7 +2743,7 @@ Dashboard Mentions */
width: 40px;
height: 40px;
margin-bottom: 10px;
margin-top: 4px;
margin-top: 12px;
}
.gh-dashboard-mentions .gh-mentions-list-cta h4 {