From 6215e96643c6428914d8628e28c55aab7189487f Mon Sep 17 00:00:00 2001 From: Kouya Heika Date: Sat, 17 Jan 2026 11:26:12 -0600 Subject: [PATCH] Rename _weditdialog to _wdialog Signed-off-by: Kouya Heika --- core/style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/core/style.css b/core/style.css index bea72d3..704b1a8 100644 --- a/core/style.css +++ b/core/style.css @@ -2359,18 +2359,18 @@ body.news.post div.subinfo i { font-family: initial; } -body > ._weditdialog { +body > ._wdialog { background: var(--primary-container-background); border: var(--primary-container-border); position: absolute; width: 300px; } -body > ._weditdialog .button { +body > ._wdialog .button { cursor: pointer; } -body > ._weditdialog .chevron { +body > ._wdialog .chevron { background: var(--primary-container-background); border: var(--primary-container-border); position: relative; @@ -2383,23 +2383,23 @@ body > ._weditdialog .chevron { border-right: none; } -body > ._weditdialog .titlerow { +body > ._wdialog .titlerow { display: flex; } -body > ._weditdialog .titlerow b.name { +body > ._wdialog .titlerow b.name { flex-grow: 1; } -body > ._weditdialog table { +body > ._wdialog table { margin: 0px; } -body > ._weditdialog .buttonrow { +body > ._wdialog .buttonrow { display: flex; } -body > ._weditdialog table tr th { +body > ._wdialog table tr th { text-align: left; }