Resetting padding around profile header banners

This commit is contained in:
Niléane 2024-02-28 00:59:10 +01:00
commit 451edb1a4d
No known key found for this signature in database
3 changed files with 3 additions and 6 deletions

View file

@ -3811,9 +3811,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .account__header__image { .app-body .account__header__image {
height: 200px; height: 200px;
background-color: var(--color-content-bg); background-color: var(--color-content-bg);
border-radius: 8px;
border-bottom: 0; border-bottom: 0;
margin: 0 10px 10px; margin: 0;
} }
.app-body .account__header__image img { .app-body .account__header__image img {
object-position: top center; object-position: top center;

View file

@ -3811,9 +3811,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .account__header__image { .app-body .account__header__image {
height: 200px; height: 200px;
background-color: var(--color-content-bg); background-color: var(--color-content-bg);
border-radius: 8px;
border-bottom: 0; border-bottom: 0;
margin: 0 10px 10px; margin: 0;
} }
.app-body .account__header__image img { .app-body .account__header__image img {
object-position: top center; object-position: top center;

View file

@ -3811,9 +3811,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
.app-body .account__header__image { .app-body .account__header__image {
height: 200px; height: 200px;
background-color: var(--color-content-bg); background-color: var(--color-content-bg);
border-radius: 8px;
border-bottom: 0; border-bottom: 0;
margin: 0 10px 10px; margin: 0;
} }
.app-body .account__header__image img { .app-body .account__header__image img {
object-position: top center; object-position: top center;