From e80654a5a7516df29a9ba73c34a3f3647edae13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Wed, 14 Feb 2024 16:43:07 +0100 Subject: [PATCH] Removed unused specific padding in nav panel --- TangerineUI-cherry.css | 3 --- TangerineUI-purple.css | 3 --- TangerineUI.css | 3 --- 3 files changed, 9 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 88ae552..ec3f582 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3459,9 +3459,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .column-link:not(.column-link--logo) { transition: all .3s; } - .app-body .column-link:not(.column-link--logo)[href="/settings/preferences"] { - padding-bottom: 13px; - } .app-body .column-link--transparent span::before { content: " "; left: -48px; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 1b192ce..7bdde73 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3459,9 +3459,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .column-link:not(.column-link--logo) { transition: all .3s; } - .app-body .column-link:not(.column-link--logo)[href="/settings/preferences"] { - padding-bottom: 13px; - } .app-body .column-link--transparent span::before { content: " "; left: -48px; diff --git a/TangerineUI.css b/TangerineUI.css index c4819a8..430433d 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3459,9 +3459,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .column-link:not(.column-link--logo) { transition: all .3s; } - .app-body .column-link:not(.column-link--logo)[href="/settings/preferences"] { - padding-bottom: 13px; - } .app-body .column-link--transparent span::before { content: " "; left: -48px;