Fixed unwanted border aroound accound cards

This commit is contained in:
Niléane 2024-03-13 13:22:52 +01:00
commit e9b50a95eb
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View file

@ -4317,6 +4317,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
margin: 0;
background-color: var(--color-content-bg);
border-radius: 0;
border: 0;
border-bottom: 1px solid var(--color-lines);
}
.app-body .account-card__header {

View file

@ -4317,6 +4317,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
margin: 0;
background-color: var(--color-content-bg);
border-radius: 0;
border: 0;
border-bottom: 1px solid var(--color-lines);
}
.app-body .account-card__header {

View file

@ -4317,6 +4317,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
margin: 0;
background-color: var(--color-content-bg);
border-radius: 0;
border: 0;
border-bottom: 1px solid var(--color-lines);
}
.app-body .account-card__header {