Removed obsolete margin around account cards in the Explore tab

This commit is contained in:
Niléane 2024-02-14 17:54:44 +01:00
commit 7159885e23
No known key found for this signature in database
3 changed files with 6 additions and 24 deletions

View file

@ -3100,11 +3100,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
height: 45px; height: 45px;
border-bottom: 0; border-bottom: 0;
} }
.app-body:not(.layout-multiple-columns) .tabs-bar__wrapper:has(> #tabs-bar__portal) { .app-body:not(.layout-multiple-columns):has(.ui .ui__header__links > .button[href="/auth/sign_in"]) .tabs-bar__wrapper {
display: none; display: none;
} }
.app-body:not(.layout-multiple-columns) .tabs-bar__wrapper:has(> #tabs-bar__portal > .column-back-button), .app-body:not(.layout-multiple-columns):has(.ui__header .ui__header__links .button[href="/publish"]) .tabs-bar__wrapper:has(> #tabs-bar__portal > .column-header__wrapper, > #tabs-bar__portal > .column-back-button) { /* Column header (2nd top bar) is displayed only if there's something inside */
.app-body:not(.layout-multiple-columns):has(.ui__header .ui__header__links .button.button-secondary[href="/publish"]) .tabs-bar__wrapper:has(> #tabs-bar__portal > .column-header__wrapper) { /* Column header (2nd top bar) is displayed only if there's something inside */
display: block; display: block;
top: 0; top: 0;
left: 40px; left: 40px;
@ -3952,11 +3951,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border-radius: 0; border-radius: 0;
border-bottom: 1px solid var(--color-lines); border-bottom: 1px solid var(--color-lines);
} }
@media screen and (max-width:889px) {
.app-body .scrollable .account-card {
margin: 0 10px 10px;
}
}
.app-body .account-card__header { .app-body .account-card__header {
padding: 0; padding: 0;
border-radius: 0; border-radius: 0;

View file

@ -3100,11 +3100,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
height: 45px; height: 45px;
border-bottom: 0; border-bottom: 0;
} }
.app-body:not(.layout-multiple-columns) .tabs-bar__wrapper:has(> #tabs-bar__portal) { .app-body:not(.layout-multiple-columns):has(.ui .ui__header__links > .button[href="/auth/sign_in"]) .tabs-bar__wrapper {
display: none; display: none;
} }
.app-body:not(.layout-multiple-columns) .tabs-bar__wrapper:has(> #tabs-bar__portal > .column-back-button), .app-body:not(.layout-multiple-columns):has(.ui__header .ui__header__links .button[href="/publish"]) .tabs-bar__wrapper:has(> #tabs-bar__portal > .column-header__wrapper, > #tabs-bar__portal > .column-back-button) { /* Column header (2nd top bar) is displayed only if there's something inside */
.app-body:not(.layout-multiple-columns):has(.ui__header .ui__header__links .button.button-secondary[href="/publish"]) .tabs-bar__wrapper:has(> #tabs-bar__portal > .column-header__wrapper) { /* Column header (2nd top bar) is displayed only if there's something inside */
display: block; display: block;
top: 0; top: 0;
left: 40px; left: 40px;
@ -3952,11 +3951,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border-radius: 0; border-radius: 0;
border-bottom: 1px solid var(--color-lines); border-bottom: 1px solid var(--color-lines);
} }
@media screen and (max-width:889px) {
.app-body .scrollable .account-card {
margin: 0 10px 10px;
}
}
.app-body .account-card__header { .app-body .account-card__header {
padding: 0; padding: 0;
border-radius: 0; border-radius: 0;

View file

@ -3100,11 +3100,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
height: 45px; height: 45px;
border-bottom: 0; border-bottom: 0;
} }
.app-body:not(.layout-multiple-columns) .tabs-bar__wrapper:has(> #tabs-bar__portal) { .app-body:not(.layout-multiple-columns):has(.ui .ui__header__links > .button[href="/auth/sign_in"]) .tabs-bar__wrapper {
display: none; display: none;
} }
.app-body:not(.layout-multiple-columns) .tabs-bar__wrapper:has(> #tabs-bar__portal > .column-back-button), .app-body:not(.layout-multiple-columns):has(.ui__header .ui__header__links .button[href="/publish"]) .tabs-bar__wrapper:has(> #tabs-bar__portal > .column-header__wrapper, > #tabs-bar__portal > .column-back-button) { /* Column header (2nd top bar) is displayed only if there's something inside */
.app-body:not(.layout-multiple-columns):has(.ui__header .ui__header__links .button.button-secondary[href="/publish"]) .tabs-bar__wrapper:has(> #tabs-bar__portal > .column-header__wrapper) { /* Column header (2nd top bar) is displayed only if there's something inside */
display: block; display: block;
top: 0; top: 0;
left: 40px; left: 40px;
@ -3952,11 +3951,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border-radius: 0; border-radius: 0;
border-bottom: 1px solid var(--color-lines); border-bottom: 1px solid var(--color-lines);
} }
@media screen and (max-width:889px) {
.app-body .scrollable .account-card {
margin: 0 10px 10px;
}
}
.app-body .account-card__header { .app-body .account-card__header {
padding: 0; padding: 0;
border-radius: 0; border-radius: 0;