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:
parent
3d4f042b62
commit
f10a99dfdf
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user