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:
parent
d1c269b2e7
commit
0d6946685e
1 changed files with 10 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue