bbc editor improvements

This commit is contained in:
Wirlaburla 2024-03-13 21:03:39 -05:00
parent 9bb71be23b
commit 7c08ff6d76

View File

@ -1806,10 +1806,23 @@ div.user-input-box .userlink > * {
} }
body > ._weditdialog { body > ._weditdialog {
position: absolute;
width: 300px;
background: var(--primary-container-background); background: var(--primary-container-background);
border: var(--primary-container-border); 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 { body > ._weditdialog .titlerow {
@ -1820,6 +1833,14 @@ body > ._weditdialog .titlerow b.name {
flex-grow: 1; flex-grow: 1;
} }
body > ._weditdialog table {
margin: 0px;
}
body > ._weditdialog .buttonrow {
display: flex;
}
body > ._weditdialog table tr th { body > ._weditdialog table tr th {
text-align: left; text-align: left;
} }