0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Updated design for multiple subs in sub box edge case

refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
Djordje Vlaisavljevic 2022-09-29 10:22:59 +02:00
parent d1c269b2e7
commit 0d6946685e

View file

@ -2481,6 +2481,16 @@ p.gh-members-import-errordetail:first-of-type {
align-items: flex-start;
}
.gh-cp-membertier-attribution .gh-tier-card-header:nth-of-type(2) {
margin-top: 16px;
border-top: 1px solid var(--whitegrey);
padding-top: 16px;
}
.gh-cp-membertier-attribution .gh-membertier-subcount {
display: none;
}
.gh-cp-membertier-attribution .tier-actions-menu {
top: calc(100% + 6px);
}