0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed responsive issues in membership settings

This commit is contained in:
Sanne de Vries 2021-05-21 14:52:09 +02:00
parent 48d0f123bd
commit 043f5751ea

View file

@ -1412,7 +1412,7 @@ p.theme-validation-details {
grid-gap: 32px;
}
@media (max-width: 1260px) {
@media (max-width: 1320px) {
.gh-setting-members-basics {
grid-gap: 0;
}
@ -1455,6 +1455,11 @@ p.theme-validation-details {
}
}
.gh-setting-members-portalcta .gh-expandable-description {
padding-top: 2px;
line-height: 1.4;
}
.gh-setting-members-access {
margin-bottom: 30px;
}
@ -1504,6 +1509,11 @@ p.theme-validation-details {
margin: 1.6rem 2.4rem 1.6rem 1rem;
}
.gh-setting-dropdown-list {
margin-top: -1px;
border-top: 1px solid var(--input-border-color) !important;
}
.gh-setting-dropdown-list .ember-power-select-option {
padding: 6px 8px;
}