From 555d85a9a7d5a1ba4ebab0fe92e16ed1de738302 Mon Sep 17 00:00:00 2001 From: Idrees Hassan Date: Sat, 16 Aug 2025 18:18:02 -0400 Subject: [PATCH] Add important flag to textarea --- build.js | 2 +- dist/birb.js | 24 ++++++++++++------------ dist/birb.user.js | 26 +++++++++++++------------- stylesheet.css | 24 ++++++++++++------------ 4 files changed, 38 insertions(+), 38 deletions(-) diff --git a/build.js b/build.js index 2719030..3553706 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 +// @version 2025-08-16-1 // @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 c9bd5c7..17b1e37 100644 --- a/dist/birb.js +++ b/dist/birb.js @@ -348,18 +348,18 @@ const STYLESHEET = `@font-face { } .birb-sticky-note-input { - width: 100%; - height: 100%; - padding: 10px; - resize: both; - min-width: 100%; - min-height: 130px; - box-sizing: border-box; - font-family: "Monocraft", monospace; - font-size: 14px; - color: black; - background-color: transparent; - border: none; + width: 100% !important; + height: 100% !important; + padding: 10px !important; + resize: both !important; + min-width: 100% !important; + min-height: 130px !important; + box-sizing: border-box !important; + font-family: "Monocraft", monospace !important; + font-size: 14px !important; + color: black !important; + background-color: transparent !important; + border: none !important; } .birb-sticky-note-input:focus { diff --git a/dist/birb.user.js b/dist/birb.user.js index 76c61a8..c5934b2 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 +// @version 2025-08-16-1 // @description birb // @author Idrees // @downloadURL https://github.com/IdreesInc/Browser-Bird/raw/refs/heads/main/dist/birb.user.js @@ -362,18 +362,18 @@ const STYLESHEET = `@font-face { } .birb-sticky-note-input { - width: 100%; - height: 100%; - padding: 10px; - resize: both; - min-width: 100%; - min-height: 130px; - box-sizing: border-box; - font-family: "Monocraft", monospace; - font-size: 14px; - color: black; - background-color: transparent; - border: none; + width: 100% !important; + height: 100% !important; + padding: 10px !important; + resize: both !important; + min-width: 100% !important; + min-height: 130px !important; + box-sizing: border-box !important; + font-family: "Monocraft", monospace !important; + font-size: 14px !important; + color: black !important; + background-color: transparent !important; + border: none !important; } .birb-sticky-note-input:focus { diff --git a/stylesheet.css b/stylesheet.css index 0a433af..8c7f596 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -300,18 +300,18 @@ } .birb-sticky-note-input { - width: 100%; - height: 100%; - padding: 10px; - resize: both; - min-width: 100%; - min-height: 130px; - box-sizing: border-box; - font-family: "Monocraft", monospace; - font-size: 14px; - color: black; - background-color: transparent; - border: none; + width: 100% !important; + height: 100% !important; + padding: 10px !important; + resize: both !important; + min-width: 100% !important; + min-height: 130px !important; + box-sizing: border-box !important; + font-family: "Monocraft", monospace !important; + font-size: 14px !important; + color: black !important; + background-color: transparent !important; + border: none !important; } .birb-sticky-note-input:focus {