diff --git a/core/style.css b/core/style.css index 71645da..7b23fad 100644 --- a/core/style.css +++ b/core/style.css @@ -1806,10 +1806,23 @@ div.user-input-box .userlink > * { } body > ._weditdialog { - position: absolute; - width: 300px; background: var(--primary-container-background); border: var(--primary-container-border); + position: absolute; + width: 300px; +} + +body > ._weditdialog .chevron { + background: var(--primary-container-background); + border: var(--primary-container-border); + position: relative; + margin-top: -7px; + width: 8px; + height: 8px; + rotate: 45deg; + left: 6px; + border-bottom: none; + border-right: none; } body > ._weditdialog .titlerow { @@ -1820,6 +1833,14 @@ body > ._weditdialog .titlerow b.name { flex-grow: 1; } +body > ._weditdialog table { + margin: 0px; +} + +body > ._weditdialog .buttonrow { + display: flex; +} + body > ._weditdialog table tr th { text-align: left; }