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;