Fixed unwanted border aroound accound cards
This commit is contained in:
parent
4c520f6362
commit
e9b50a95eb
3 changed files with 3 additions and 0 deletions
|
|
@ -4317,6 +4317,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: var(--color-content-bg);
|
background-color: var(--color-content-bg);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
border: 0;
|
||||||
border-bottom: 1px solid var(--color-lines);
|
border-bottom: 1px solid var(--color-lines);
|
||||||
}
|
}
|
||||||
.app-body .account-card__header {
|
.app-body .account-card__header {
|
||||||
|
|
|
||||||
|
|
@ -4317,6 +4317,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: var(--color-content-bg);
|
background-color: var(--color-content-bg);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
border: 0;
|
||||||
border-bottom: 1px solid var(--color-lines);
|
border-bottom: 1px solid var(--color-lines);
|
||||||
}
|
}
|
||||||
.app-body .account-card__header {
|
.app-body .account-card__header {
|
||||||
|
|
|
||||||
|
|
@ -4317,6 +4317,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: var(--color-content-bg);
|
background-color: var(--color-content-bg);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
border: 0;
|
||||||
border-bottom: 1px solid var(--color-lines);
|
border-bottom: 1px solid var(--color-lines);
|
||||||
}
|
}
|
||||||
.app-body .account-card__header {
|
.app-body .account-card__header {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue