From 6b4d0416763a6a44ed83c96c76ff1e4b89f2bcad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nile=CC=81ane?= Date: Tue, 1 Oct 2024 15:56:19 +0200 Subject: [PATCH] Fixed bottom navigation bar alignment --- 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 08f4111..97623bf 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -4108,7 +4108,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu @media screen and (max-width:1174px) { .app-body .columns-area__panels__pane--navigational .columns-area__panels__pane__inner { width: 100vw; - height: calc(3.6em + var(--safe-area-bottom)); + height: calc(4.2em + var(--safe-area-bottom)); bottom: 0; left: 0; z-index: 3; diff --git a/TangerineUI-lagoon.css b/TangerineUI-lagoon.css index 43540c7..fa44228 100644 --- a/TangerineUI-lagoon.css +++ b/TangerineUI-lagoon.css @@ -4108,7 +4108,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu @media screen and (max-width:1174px) { .app-body .columns-area__panels__pane--navigational .columns-area__panels__pane__inner { width: 100vw; - height: calc(3.6em + var(--safe-area-bottom)); + height: calc(4.2em + var(--safe-area-bottom)); bottom: 0; left: 0; z-index: 3; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 2de3fdb..a65122e 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -4108,7 +4108,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu @media screen and (max-width:1174px) { .app-body .columns-area__panels__pane--navigational .columns-area__panels__pane__inner { width: 100vw; - height: calc(3.6em + var(--safe-area-bottom)); + height: calc(4.2em + var(--safe-area-bottom)); bottom: 0; left: 0; z-index: 3; diff --git a/TangerineUI.css b/TangerineUI.css index 91fe8db..6d4ca23 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -4108,7 +4108,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu @media screen and (max-width:1174px) { .app-body .columns-area__panels__pane--navigational .columns-area__panels__pane__inner { width: 100vw; - height: calc(3.6em + var(--safe-area-bottom)); + height: calc(4.2em + var(--safe-area-bottom)); bottom: 0; left: 0; z-index: 3;