mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2025-01-19 08:12:49 +09:00
Restore seperator between account lines
This commit is contained in:
parent
46af847c0f
commit
5e2af3b6f2
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user