diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index d577583..4b96199 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3813,7 +3813,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu background-color: var(--color-content-bg); border-radius: 8px; border-bottom: 0; - margin: 7px 10px 10px; + margin: 0 10px 10px; } .app-body .account__header__image img { object-position: top center; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 726445e..95ca548 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3813,7 +3813,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu background-color: var(--color-content-bg); border-radius: 8px; border-bottom: 0; - margin: 7px 10px 10px; + margin: 0 10px 10px; } .app-body .account__header__image img { object-position: top center; diff --git a/TangerineUI.css b/TangerineUI.css index c3ada35..00468b7 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3813,7 +3813,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu background-color: var(--color-content-bg); border-radius: 8px; border-bottom: 0; - margin: 7px 10px 10px; + margin: 0 10px 10px; } .app-body .account__header__image img { object-position: top center;