mirror of
https://github.com/nileane/TangerineUI-for-Mastodon
synced 2024-12-04 17:58: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 {
|
.layout-single-column .notification__filter-bar button {
|
||||||
background-color: transparent;
|
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;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: " ";
|
content: " ";
|
||||||
@ -1141,7 +1142,8 @@ body.layout-single-column {
|
|||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
z-index: 1;
|
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;
|
display: none;
|
||||||
}
|
}
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
Loading…
Reference in New Issue
Block a user