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

View File

@@ -24,7 +24,7 @@ const userScriptHeader =
`// ==UserScript==
// @name Browser Bird
// @namespace https://idreesinc.com
// @version 2025-08-16-6
// @version 2025-08-16-7
// @description birb
// @author Idrees
// @downloadURL https://github.com/IdreesInc/Browser-Bird/raw/refs/heads/main/dist/birb.user.js

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;

6
dist/birb.user.js vendored
View File

@@ -1,7 +1,7 @@
// ==UserScript==
// @name Browser Bird
// @namespace https://idreesinc.com
// @version 2025-08-16-6
// @version 2025-08-16-7
// @description birb
// @author Idrees
// @downloadURL https://github.com/IdreesInc/Browser-Bird/raw/refs/heads/main/dist/birb.user.js
@@ -371,8 +371,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;

View File

@@ -306,8 +306,8 @@
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;