From 886e48d97f8c9642c3c2e2ef54759bcc3cd5f573 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 13 Mar 2024 15:15:01 -0500 Subject: [PATCH] add editor button popup style --- core/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/core/style.css b/core/style.css index bb49a95..43f808d 100644 --- a/core/style.css +++ b/core/style.css @@ -1805,6 +1805,13 @@ div.user-input-box .userlink > * { font-family: initial; } +body > ._weditdialog { + position: absolute; + width: 300px; + background: var(--primary-container-background); + border: var(--primary-container-border); +} + /* AD STYLING */ .adbanner img { max-width: 100%;