mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fixed placement when last onboarding step is the active one
ref https://linear.app/tryghost/issue/IPC-124/fix-placement-when-the-last-step-is-active
This commit is contained in:
parent
85737012ab
commit
f20c79ee54
1 changed files with 4 additions and 0 deletions
|
@ -2816,6 +2816,10 @@ Onboarding checklist */
|
||||||
margin-bottom: -12px;
|
margin-bottom: -12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-onboarding-item:last-child.gh-onboarding-item--next {
|
||||||
|
margin-bottom: -18px;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-onboarding-item:hover {
|
.gh-onboarding-item:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue