From c29a7d02f7dcaa50b1b7769092659e2f53270881 Mon Sep 17 00:00:00 2001 From: Amardeep Date: Fri, 29 May 2026 23:18:44 +0530 Subject: [PATCH] toolbar pos --- web/plugin.head.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/plugin.head.html b/web/plugin.head.html index fe966e6..e6cc522 100644 --- a/web/plugin.head.html +++ b/web/plugin.head.html @@ -498,8 +498,12 @@ } html:not(.politictalk-direct-access-blocked) .toolbox-content-wrapper { + align-items: flex-end !important; bottom: calc(env(safe-area-inset-bottom, 0px) + 10px) !important; + display: flex !important; + justify-content: center !important; left: 50% !important; + min-height: 84px !important; position: fixed !important; right: auto !important; top: auto !important; @@ -512,6 +516,7 @@ left: auto !important; margin-left: auto !important; margin-right: auto !important; + max-width: calc(100vw - 20px) !important; position: static !important; right: auto !important; top: auto !important;