add inner editor popup styles

This commit is contained in:
Wirlaburla 2024-03-13 15:48:59 -05:00
parent 886e48d97f
commit 5a6a1f346f

View File

@ -1812,6 +1812,14 @@ body > ._weditdialog {
border: var(--primary-container-border); border: var(--primary-container-border);
} }
body > ._weditdialog .titlerow {
display: flex;
}
body > ._weditdialog .titlerow b.name {
flex-grow: 1;
}
/* AD STYLING */ /* AD STYLING */
.adbanner img { .adbanner img {
max-width: 100%; max-width: 100%;