add editor button popup style

This commit is contained in:
Wirlaburla 2024-03-13 15:15:01 -05:00
parent fa0c5ba821
commit 886e48d97f

View File

@ -1805,6 +1805,13 @@ div.user-input-box .userlink > * {
font-family: initial; font-family: initial;
} }
body > ._weditdialog {
position: absolute;
width: 300px;
background: var(--primary-container-background);
border: var(--primary-container-border);
}
/* AD STYLING */ /* AD STYLING */
.adbanner img { .adbanner img {
max-width: 100%; max-width: 100%;