Skip to content

Commit

Permalink
Restore divider in the navigation panel
Browse files Browse the repository at this point in the history
  • Loading branch information
nileane committed Oct 4, 2024
1 parent 3d4f042 commit f10a99d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
8 changes: 7 additions & 1 deletion TangerineUI-cherry.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
8 changes: 7 additions & 1 deletion TangerineUI-lagoon.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
8 changes: 7 additions & 1 deletion TangerineUI-purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
8 changes: 7 additions & 1 deletion TangerineUI.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f10a99d

Please sign in to comment.