Tweaked the logged-out server banner

This commit is contained in:
Niléane 2024-02-27 14:13:20 +01:00
parent 0664359fd5
commit 7fe3433279
No known key found for this signature in database
3 changed files with 15 additions and 3 deletions

View file

@ -3798,7 +3798,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
}
.app-body .account__header__image {
height: 159px;
height: 156px;
background-color: var(--color-secondary-bg);
border-bottom: 0;
}
@ -5458,6 +5458,10 @@ a:is(.active,
.app-body .server-banner__hero {
border-radius: 8px 8px 0 0;
margin-bottom: 0;
border: 1px solid var(--color-lines-translucent);
border-bottom: 0;
background-color: var(--color-content-bg);
box-sizing: border-box;
}
.app-body .server-banner__description {
padding: 20px 15px 20px;

View file

@ -3798,7 +3798,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
}
.app-body .account__header__image {
height: 159px;
height: 156px;
background-color: var(--color-secondary-bg);
border-bottom: 0;
}
@ -5458,6 +5458,10 @@ a:is(.active,
.app-body .server-banner__hero {
border-radius: 8px 8px 0 0;
margin-bottom: 0;
border: 1px solid var(--color-lines-translucent);
border-bottom: 0;
background-color: var(--color-content-bg);
box-sizing: border-box;
}
.app-body .server-banner__description {
padding: 20px 15px 20px;

View file

@ -3798,7 +3798,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
}
.app-body .account__header__image {
height: 159px;
height: 156px;
background-color: var(--color-secondary-bg);
border-bottom: 0;
}
@ -5458,6 +5458,10 @@ a:is(.active,
.app-body .server-banner__hero {
border-radius: 8px 8px 0 0;
margin-bottom: 0;
border: 1px solid var(--color-lines-translucent);
border-bottom: 0;
background-color: var(--color-content-bg);
box-sizing: border-box;
}
.app-body .server-banner__description {
padding: 20px 15px 20px;