From 82b8c81fcdd8e5aacbe3373ace2adee79be890e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nile=CC=81ane?= Date: Tue, 1 Oct 2024 15:17:57 +0200 Subject: [PATCH] Tweaked bottom navigation bar hight --- 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 f75a671..e408835 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -4114,7 +4114,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(4.2em + var(--safe-area-bottom)); + height: calc(3.6em + var(--safe-area-bottom)); bottom: 0; left: 0; z-index: 3; diff --git a/TangerineUI-lagoon.css b/TangerineUI-lagoon.css index 55166bb..a4adbf4 100644 --- a/TangerineUI-lagoon.css +++ b/TangerineUI-lagoon.css @@ -4114,7 +4114,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(4.2em + var(--safe-area-bottom)); + height: calc(3.6em + var(--safe-area-bottom)); bottom: 0; left: 0; z-index: 3; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 5edb3a3..02c281d 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -4114,7 +4114,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(4.2em + var(--safe-area-bottom)); + height: calc(3.6em + var(--safe-area-bottom)); bottom: 0; left: 0; z-index: 3; diff --git a/TangerineUI.css b/TangerineUI.css index e34cfd5..e2b1d59 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -4114,7 +4114,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(4.2em + var(--safe-area-bottom)); + height: calc(3.6em + var(--safe-area-bottom)); bottom: 0; left: 0; z-index: 3;