From 5a6a1f346fce6b5a346e335f87d9485a6480278b Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 13 Mar 2024 15:48:59 -0500 Subject: [PATCH] add inner editor popup styles --- core/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/style.css b/core/style.css index 43f808d..29aa75b 100644 --- a/core/style.css +++ b/core/style.css @@ -1812,6 +1812,14 @@ body > ._weditdialog { border: var(--primary-container-border); } +body > ._weditdialog .titlerow { + display: flex; +} + +body > ._weditdialog .titlerow b.name { + flex-grow: 1; +} + /* AD STYLING */ .adbanner img { max-width: 100%;