1
0
mirror of https://github.com/nileane/TangerineUI-for-Mastodon synced 2024-11-30 15:58:07 +09:00

Restore divider in the navigation panel

This commit is contained in:
Niléane 2024-10-04 20:29:32 +02:00
parent 3d4f042b62
commit f10a99dfdf
No known key found for this signature in database
4 changed files with 28 additions and 4 deletions

View File

@ -4098,9 +4098,15 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border: 0;
z-index: 1;
}
.app-body .compose-panel hr, .navigation-panel hr {
.app-body .compose-panel hr,
.app-body .navigation-panel .list-panel hr {
display: none;
}
.app-body .navigation-panel hr:has(+ .column-link[href="/settings/preferences"]) {
margin-right: 25px;
margin-left: 10px;
margin-bottom: 12px;
}
.app-body .column-link span {
vertical-align: middle;
}

View File

@ -4098,9 +4098,15 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border: 0;
z-index: 1;
}
.app-body .compose-panel hr, .navigation-panel hr {
.app-body .compose-panel hr,
.app-body .navigation-panel .list-panel hr {
display: none;
}
.app-body .navigation-panel hr:has(+ .column-link[href="/settings/preferences"]) {
margin-right: 25px;
margin-left: 10px;
margin-bottom: 12px;
}
.app-body .column-link span {
vertical-align: middle;
}

View File

@ -4098,9 +4098,15 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border: 0;
z-index: 1;
}
.app-body .compose-panel hr, .navigation-panel hr {
.app-body .compose-panel hr,
.app-body .navigation-panel .list-panel hr {
display: none;
}
.app-body .navigation-panel hr:has(+ .column-link[href="/settings/preferences"]) {
margin-right: 25px;
margin-left: 10px;
margin-bottom: 12px;
}
.app-body .column-link span {
vertical-align: middle;
}

View File

@ -4098,9 +4098,15 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
border: 0;
z-index: 1;
}
.app-body .compose-panel hr, .navigation-panel hr {
.app-body .compose-panel hr,
.app-body .navigation-panel .list-panel hr {
display: none;
}
.app-body .navigation-panel hr:has(+ .column-link[href="/settings/preferences"]) {
margin-right: 25px;
margin-left: 10px;
margin-bottom: 12px;
}
.app-body .column-link span {
vertical-align: middle;
}