From 79b4ce7a71b2185776b72ba169942092c547e180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nile=CC=81ane?= Date: Sat, 24 Aug 2024 02:02:31 +0200 Subject: [PATCH] Fixed collapsible column settings --- TangerineUI-cherry.css | 2 -- TangerineUI-lagoon.css | 2 -- TangerineUI-purple.css | 2 -- TangerineUI.css | 2 -- 4 files changed, 8 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index a5d59cc..74a0193 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3681,8 +3681,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body:not(.layout-multiple-columns) .column-header__collapsible:is(:not(.collapsed), .animating) { border-left-color: var(--color-content-secondary-bg); border-right-color: var(--color-content-secondary-bg); - margin-inline-start: -45px; - margin-inline-end: -55px; } } @media screen and (min-width:890px) and (max-width:1174px) { diff --git a/TangerineUI-lagoon.css b/TangerineUI-lagoon.css index 5517b2f..3c0168f 100644 --- a/TangerineUI-lagoon.css +++ b/TangerineUI-lagoon.css @@ -3681,8 +3681,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body:not(.layout-multiple-columns) .column-header__collapsible:is(:not(.collapsed), .animating) { border-left-color: var(--color-content-secondary-bg); border-right-color: var(--color-content-secondary-bg); - margin-inline-start: -45px; - margin-inline-end: -55px; } } @media screen and (min-width:890px) and (max-width:1174px) { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index c97c034..68a0d44 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3681,8 +3681,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body:not(.layout-multiple-columns) .column-header__collapsible:is(:not(.collapsed), .animating) { border-left-color: var(--color-content-secondary-bg); border-right-color: var(--color-content-secondary-bg); - margin-inline-start: -45px; - margin-inline-end: -55px; } } @media screen and (min-width:890px) and (max-width:1174px) { diff --git a/TangerineUI.css b/TangerineUI.css index 9ce64b1..af58451 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3681,8 +3681,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body:not(.layout-multiple-columns) .column-header__collapsible:is(:not(.collapsed), .animating) { border-left-color: var(--color-content-secondary-bg); border-right-color: var(--color-content-secondary-bg); - margin-inline-start: -45px; - margin-inline-end: -55px; } } @media screen and (min-width:890px) and (max-width:1174px) {