diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index ed807f7..a10bf7f 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -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; } diff --git a/TangerineUI-lagoon.css b/TangerineUI-lagoon.css index 955e0e2..8e85d16 100644 --- a/TangerineUI-lagoon.css +++ b/TangerineUI-lagoon.css @@ -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; } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 95681a7..e3bb87e 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -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; } diff --git a/TangerineUI.css b/TangerineUI.css index 7edef71..ca25d20 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -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; }