diff --git a/web/plugin.head.html b/web/plugin.head.html index 9a566f1..6239c60 100644 --- a/web/plugin.head.html +++ b/web/plugin.head.html @@ -474,13 +474,25 @@ html:not(.politictalk-direct-access-blocked) .toolbox-content-wrapper { opacity: 1 !important; pointer-events: auto !important; + transform: translateY(0) !important; + transition: none !important; visibility: visible !important; z-index: 1000 !important; } html:not(.politictalk-direct-access-blocked) #new-toolbox, html:not(.politictalk-direct-access-blocked) .toolbox { - bottom: max(12px, env(safe-area-inset-bottom)) !important; + bottom: calc(env(safe-area-inset-bottom, 0px) + 10px) !important; + left: 0 !important; + position: fixed !important; + right: 0 !important; + top: auto !important; + } + + html:not(.politictalk-direct-access-blocked) .toolbox-content, + html:not(.politictalk-direct-access-blocked) .toolbox-content-wrapper { + bottom: auto !important; + max-width: calc(100vw - 20px) !important; } .politictalk-direct-access {