Fix safari text area horizontal resizing

This commit is contained in:
Idrees Hassan
2025-08-16 20:43:32 -04:00
parent 051c0e710c
commit 9484e4d029
4 changed files with 8 additions and 8 deletions

4
dist/birb.js vendored
View File

@@ -357,8 +357,8 @@ const STYLESHEET = `@font-face {
height: 100%;
padding: 10px !important;
resize: both !important;
min-width: 100% !important;
min-height: 130px !important;
min-width: 175px !important;
min-height: 135px !important;
box-sizing: border-box !important;
font-family: "Monocraft", monospace !important;
font-size: 14px !important;