diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 076e2a1..a6befb1 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3585,6 +3585,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu position: fixed; inset-inline-start: 0; inset-inline-end: 0; + -webkit-backdrop-filter: none; + backdrop-filter: none; } .app-body:not(.layout-multiple-columns) .ui__header .ui__header__logo { margin-left: 3px; diff --git a/TangerineUI-lagoon.css b/TangerineUI-lagoon.css index 28ef02f..264de3c 100644 --- a/TangerineUI-lagoon.css +++ b/TangerineUI-lagoon.css @@ -3585,6 +3585,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu position: fixed; inset-inline-start: 0; inset-inline-end: 0; + -webkit-backdrop-filter: none; + backdrop-filter: none; } .app-body:not(.layout-multiple-columns) .ui__header .ui__header__logo { margin-left: 3px; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 7057158..52ccf4c 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3585,6 +3585,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu position: fixed; inset-inline-start: 0; inset-inline-end: 0; + -webkit-backdrop-filter: none; + backdrop-filter: none; } .app-body:not(.layout-multiple-columns) .ui__header .ui__header__logo { margin-left: 3px; diff --git a/TangerineUI.css b/TangerineUI.css index 21afbad..6746653 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3585,6 +3585,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu position: fixed; inset-inline-start: 0; inset-inline-end: 0; + -webkit-backdrop-filter: none; + backdrop-filter: none; } .app-body:not(.layout-multiple-columns) .ui__header .ui__header__logo { margin-left: 3px;