From eb2cd4ab84e1133f480823a1ce11a9b489687b7e Mon Sep 17 00:00:00 2001 From: Amardeep Date: Sat, 30 May 2026 00:25:57 +0530 Subject: [PATCH] toolbar position f --- web/plugin.head.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/plugin.head.html b/web/plugin.head.html index e527112..9a0ec73 100644 --- a/web/plugin.head.html +++ b/web/plugin.head.html @@ -533,6 +533,11 @@ width: max-content !important; } + html:not(.politictalk-direct-access-blocked) .toolbox-content-mobile .toolbox-content-items { + padding: 6px !important; + border-radius: 3px !important; + } + .politictalk-direct-access { align-items: flex-start; padding: 150px 18px 18px;