style(math): Set the default width of the math formula editing dialog

This commit is contained in:
SiriusXT 2025-05-26 16:05:27 +08:00
parent 0f7ea60be1
commit aff5a9c31d

View File

@ -126,6 +126,7 @@ export default class MathUI extends Plugin {
Object.assign(textarea.style, {
resize: 'both',
height: '100px',
width: '400px',
minWidth: '100%',
});
});