From b9bbb86ea0854c97eec81dec71045ffca8516c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Fri, 24 Nov 2023 18:17:53 +0100 Subject: [PATCH] Removed obsolete margin on onboarding banners in mid-size layout --- 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 373cba8..7c8ea1c 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3253,9 +3253,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } } @media screen and (min-width:890px) and (max-width:1174px) { - .app-body .dismissable-banner { - margin-top: 10px; - } .app-body .explore__links .dismissable-banner { margin-top: 0; } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index e2d01e7..2712da7 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3253,9 +3253,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } } @media screen and (min-width:890px) and (max-width:1174px) { - .app-body .dismissable-banner { - margin-top: 10px; - } .app-body .explore__links .dismissable-banner { margin-top: 0; } diff --git a/TangerineUI.css b/TangerineUI.css index f8b8944..6aa5386 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3253,9 +3253,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } } @media screen and (min-width:890px) and (max-width:1174px) { - .app-body .dismissable-banner { - margin-top: 10px; - } .app-body .explore__links .dismissable-banner { margin-top: 0; }