Remove obsolete styles

This commit is contained in:
Cohee 2024-09-05 20:12:29 +03:00
parent dec85c42f7
commit 1d390195fe

View File

@ -5455,16 +5455,6 @@ body:not(.movingUI) .drawer-content.maximized {
opacity: 0.7;
}
#advanced-formatting-button div[contenteditable] {
#AdvancedFormatting .autoSetHeight {
overflow-wrap: anywhere;
max-height: 50vh;
max-height: 50dvh;
resize: vertical;
overflow: auto;
min-height: 1.8em;
white-space: preserve-breaks;
}
div[contenteditable] br {
display: revert;
}