From 6dfe6b1763d2bc01560395fc270ba60b86b53192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nile=CC=81ane?= Date: Tue, 1 Oct 2024 16:30:17 +0200 Subject: [PATCH] Fixed column settings position --- TangerineUI-cherry.css | 2 +- TangerineUI-lagoon.css | 2 +- TangerineUI-purple.css | 2 +- TangerineUI.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 03031ae..f24a9db 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3797,7 +3797,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body:not(.layout-multiple-columns) .column-header__collapsible { margin-top: 1px; - position: fixed; + position: absolute; left: -45px; right: -55px; } diff --git a/TangerineUI-lagoon.css b/TangerineUI-lagoon.css index 907d685..1b9e10e 100644 --- a/TangerineUI-lagoon.css +++ b/TangerineUI-lagoon.css @@ -3797,7 +3797,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body:not(.layout-multiple-columns) .column-header__collapsible { margin-top: 1px; - position: fixed; + position: absolute; left: -45px; right: -55px; } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 1a195e6..a82289a 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3797,7 +3797,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body:not(.layout-multiple-columns) .column-header__collapsible { margin-top: 1px; - position: fixed; + position: absolute; left: -45px; right: -55px; } diff --git a/TangerineUI.css b/TangerineUI.css index 08ae49e..0fa781e 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3797,7 +3797,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body:not(.layout-multiple-columns) .column-header__collapsible { margin-top: 1px; - position: fixed; + position: absolute; left: -45px; right: -55px; }