bbc editor improvements
This commit is contained in:
parent
9bb71be23b
commit
7c08ff6d76
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user