From 8298aa2931ff23e6ab7bddc2cb6503a0b912cec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nile=CC=81ane?= Date: Tue, 28 May 2024 22:38:01 +0400 Subject: [PATCH] Fixed #94: On mobile, in the "publish" view, avatars are over the header --- TangerineUI-cherry.css | 2 +- TangerineUI-purple.css | 2 +- TangerineUI.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index c63af7e..23d7e6d 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3515,7 +3515,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu position: fixed; top: 0; width: 100%; - z-index: 1; + z-index: 2; } @media (display-mode: standalone) { .app-body:not(.layout-multiple-columns) .ui::after { diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 9e74a18..d678081 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3515,7 +3515,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu position: fixed; top: 0; width: 100%; - z-index: 1; + z-index: 2; } @media (display-mode: standalone) { .app-body:not(.layout-multiple-columns) .ui::after { diff --git a/TangerineUI.css b/TangerineUI.css index fb7ba41..29d7419 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3515,7 +3515,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu position: fixed; top: 0; width: 100%; - z-index: 1; + z-index: 2; } @media (display-mode: standalone) { .app-body:not(.layout-multiple-columns) .ui::after {