mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-12-04 01:38:08 +09:00
Dividers were missing in horizontal selectors in the search tab
This commit is contained in:
parent
a93d3a1f18
commit
7d5aac8d88
@ -1128,7 +1128,8 @@ body.layout-single-column {
|
||||
.layout-single-column .notification__filter-bar button {
|
||||
background-color: transparent;
|
||||
}
|
||||
.layout-single-column .account__section-headline a::after {
|
||||
.layout-single-column .account__section-headline a::after,
|
||||
.layout-single-column .account__section-headline button::after {
|
||||
display: block;
|
||||
position: absolute;
|
||||
content: " ";
|
||||
@ -1141,7 +1142,8 @@ body.layout-single-column {
|
||||
border-radius: 50px;
|
||||
z-index: 1;
|
||||
}
|
||||
.layout-single-column .account__section-headline a:last-child::after {
|
||||
.layout-single-column .account__section-headline a:last-child::after,
|
||||
.layout-single-column .account__section-headline button:last-child::after {
|
||||
display: none;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
Loading…
Reference in New Issue
Block a user