Rename _weditdialog to _wdialog

Signed-off-by: Kouya Heika <kouyaheika@canithesis.org>
This commit is contained in:
2026-01-17 11:26:12 -06:00
parent fcebe70fd0
commit 6215e96643

View File

@@ -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;
}