mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -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:
parent
ab01e4fcbf
commit
d6317708af
1 changed files with 2 additions and 1 deletions
|
@ -2622,6 +2622,7 @@ Dashboard Mentions */
|
||||||
.gh-dashboard-mentions-container {
|
.gh-dashboard-mentions-container {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
box-shadow: var(--box-shadow-m);
|
box-shadow: var(--box-shadow-m);
|
||||||
|
top: 88px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-dashboard-mentions {
|
.gh-dashboard-mentions {
|
||||||
|
@ -2742,7 +2743,7 @@ Dashboard Mentions */
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
margin-top: 4px;
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-dashboard-mentions .gh-mentions-list-cta h4 {
|
.gh-dashboard-mentions .gh-mentions-list-cta h4 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue