From aa3724a10128266f1dbfd217ea38a2ebac1e3b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Sun, 18 Feb 2024 23:47:58 +0100 Subject: [PATCH] Using inset-inline-* properties instead of "left" and "right" for the compact header positioning --- TangerineUI-cherry.css | 4 ++-- TangerineUI-purple.css | 4 ++-- TangerineUI.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index ec55d81..df23481 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3112,8 +3112,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body:not(.layout-multiple-columns) .tabs-bar__wrapper { display: block; top: 0; - left: 45px; - right: 105px; + inset-inline-start: 45px; + inset-inline-end: 105px; height: 55px; position: fixed; } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 6db71ea..3d25fab 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3112,8 +3112,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body:not(.layout-multiple-columns) .tabs-bar__wrapper { display: block; top: 0; - left: 45px; - right: 105px; + inset-inline-start: 45px; + inset-inline-end: 105px; height: 55px; position: fixed; } diff --git a/TangerineUI.css b/TangerineUI.css index 2d8f9f5..0d43a03 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3112,8 +3112,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body:not(.layout-multiple-columns) .tabs-bar__wrapper { display: block; top: 0; - left: 45px; - right: 105px; + inset-inline-start: 45px; + inset-inline-end: 105px; height: 55px; position: fixed; }