Restore seperator between account lines

This commit is contained in:
Niléane 2024-02-27 23:57:34 +01:00
parent 46af847c0f
commit 5e2af3b6f2
No known key found for this signature in database
3 changed files with 15 additions and 3 deletions

View file

@ -1319,6 +1319,7 @@ body.app-body {
padding-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.app-body .navigation-bar .account__display-name {
line-height: 20px;
@ -4587,10 +4588,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
.app-body .account {
background-color: var(--color-content-bg);
border-bottom: 0;
border-bottom: 2px solid var(--color-content-secondary-bg);
padding-left: 22px;
padding-top: 4px;
}
.app-body .notification .account {
border-bottom: 0;
}
.app-body .explore__search-results .account {
padding-top: 16px;
}

View file

@ -1319,6 +1319,7 @@ body.app-body {
padding-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.app-body .navigation-bar .account__display-name {
line-height: 20px;
@ -4587,10 +4588,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
.app-body .account {
background-color: var(--color-content-bg);
border-bottom: 0;
border-bottom: 2px solid var(--color-content-secondary-bg);
padding-left: 22px;
padding-top: 4px;
}
.app-body .notification .account {
border-bottom: 0;
}
.app-body .explore__search-results .account {
padding-top: 16px;
}

View file

@ -1319,6 +1319,7 @@ body.app-body {
padding-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.app-body .navigation-bar .account__display-name {
line-height: 20px;
@ -4587,10 +4588,13 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
}
.app-body .account {
background-color: var(--color-content-bg);
border-bottom: 0;
border-bottom: 2px solid var(--color-content-secondary-bg);
padding-left: 22px;
padding-top: 4px;
}
.app-body .notification .account {
border-bottom: 0;
}
.app-body .explore__search-results .account {
padding-top: 16px;
}