diff --git a/build.js b/build.js index 63aea8e..1aa6da2 100644 --- a/build.js +++ b/build.js @@ -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 diff --git a/dist/birb.js b/dist/birb.js index 2b17b0e..785d4d1 100644 --- a/dist/birb.js +++ b/dist/birb.js @@ -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; diff --git a/dist/birb.user.js b/dist/birb.user.js index 3c0fe71..2b0e888 100644 --- a/dist/birb.user.js +++ b/dist/birb.user.js @@ -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; diff --git a/stylesheet.css b/stylesheet.css index 69d245a..4360045 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -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;