mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-26 12:17:23 +00:00
Fix safari text area horizontal resizing
This commit is contained in:
2
build.js
2
build.js
@@ -24,7 +24,7 @@ const userScriptHeader =
|
|||||||
`// ==UserScript==
|
`// ==UserScript==
|
||||||
// @name Browser Bird
|
// @name Browser Bird
|
||||||
// @namespace https://idreesinc.com
|
// @namespace https://idreesinc.com
|
||||||
// @version 2025-08-16-6
|
// @version 2025-08-16-7
|
||||||
// @description birb
|
// @description birb
|
||||||
// @author Idrees
|
// @author Idrees
|
||||||
// @downloadURL https://github.com/IdreesInc/Browser-Bird/raw/refs/heads/main/dist/birb.user.js
|
// @downloadURL https://github.com/IdreesInc/Browser-Bird/raw/refs/heads/main/dist/birb.user.js
|
||||||
|
|||||||
4
dist/birb.js
vendored
4
dist/birb.js
vendored
@@ -357,8 +357,8 @@ const STYLESHEET = `@font-face {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 10px !important;
|
padding: 10px !important;
|
||||||
resize: both !important;
|
resize: both !important;
|
||||||
min-width: 100% !important;
|
min-width: 175px !important;
|
||||||
min-height: 130px !important;
|
min-height: 135px !important;
|
||||||
box-sizing: border-box !important;
|
box-sizing: border-box !important;
|
||||||
font-family: "Monocraft", monospace !important;
|
font-family: "Monocraft", monospace !important;
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
|
|||||||
6
dist/birb.user.js
vendored
6
dist/birb.user.js
vendored
@@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Browser Bird
|
// @name Browser Bird
|
||||||
// @namespace https://idreesinc.com
|
// @namespace https://idreesinc.com
|
||||||
// @version 2025-08-16-6
|
// @version 2025-08-16-7
|
||||||
// @description birb
|
// @description birb
|
||||||
// @author Idrees
|
// @author Idrees
|
||||||
// @downloadURL https://github.com/IdreesInc/Browser-Bird/raw/refs/heads/main/dist/birb.user.js
|
// @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%;
|
height: 100%;
|
||||||
padding: 10px !important;
|
padding: 10px !important;
|
||||||
resize: both !important;
|
resize: both !important;
|
||||||
min-width: 100% !important;
|
min-width: 175px !important;
|
||||||
min-height: 130px !important;
|
min-height: 135px !important;
|
||||||
box-sizing: border-box !important;
|
box-sizing: border-box !important;
|
||||||
font-family: "Monocraft", monospace !important;
|
font-family: "Monocraft", monospace !important;
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
|
|||||||
@@ -306,8 +306,8 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 10px !important;
|
padding: 10px !important;
|
||||||
resize: both !important;
|
resize: both !important;
|
||||||
min-width: 100% !important;
|
min-width: 175px !important;
|
||||||
min-height: 130px !important;
|
min-height: 135px !important;
|
||||||
box-sizing: border-box !important;
|
box-sizing: border-box !important;
|
||||||
font-family: "Monocraft", monospace !important;
|
font-family: "Monocraft", monospace !important;
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user