Add important flag to textarea

This commit is contained in:
Idrees Hassan
2025-08-16 18:18:02 -04:00
parent 2ac9edac21
commit 555d85a9a7
4 changed files with 38 additions and 38 deletions

View File

@@ -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 // @version 2025-08-16-1
// @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

24
dist/birb.js vendored
View File

@@ -348,18 +348,18 @@ const STYLESHEET = `@font-face {
} }
.birb-sticky-note-input { .birb-sticky-note-input {
width: 100%; width: 100% !important;
height: 100%; height: 100% !important;
padding: 10px; padding: 10px !important;
resize: both; resize: both !important;
min-width: 100%; min-width: 100% !important;
min-height: 130px; min-height: 130px !important;
box-sizing: border-box; box-sizing: border-box !important;
font-family: "Monocraft", monospace; font-family: "Monocraft", monospace !important;
font-size: 14px; font-size: 14px !important;
color: black; color: black !important;
background-color: transparent; background-color: transparent !important;
border: none; border: none !important;
} }
.birb-sticky-note-input:focus { .birb-sticky-note-input:focus {

26
dist/birb.user.js vendored
View File

@@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name Browser Bird // @name Browser Bird
// @namespace https://idreesinc.com // @namespace https://idreesinc.com
// @version 2025-08-16 // @version 2025-08-16-1
// @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
@@ -362,18 +362,18 @@ const STYLESHEET = `@font-face {
} }
.birb-sticky-note-input { .birb-sticky-note-input {
width: 100%; width: 100% !important;
height: 100%; height: 100% !important;
padding: 10px; padding: 10px !important;
resize: both; resize: both !important;
min-width: 100%; min-width: 100% !important;
min-height: 130px; min-height: 130px !important;
box-sizing: border-box; box-sizing: border-box !important;
font-family: "Monocraft", monospace; font-family: "Monocraft", monospace !important;
font-size: 14px; font-size: 14px !important;
color: black; color: black !important;
background-color: transparent; background-color: transparent !important;
border: none; border: none !important;
} }
.birb-sticky-note-input:focus { .birb-sticky-note-input:focus {

View File

@@ -300,18 +300,18 @@
} }
.birb-sticky-note-input { .birb-sticky-note-input {
width: 100%; width: 100% !important;
height: 100%; height: 100% !important;
padding: 10px; padding: 10px !important;
resize: both; resize: both !important;
min-width: 100%; min-width: 100% !important;
min-height: 130px; min-height: 130px !important;
box-sizing: border-box; box-sizing: border-box !important;
font-family: "Monocraft", monospace; font-family: "Monocraft", monospace !important;
font-size: 14px; font-size: 14px !important;
color: black; color: black !important;
background-color: transparent; background-color: transparent !important;
border: none; border: none !important;
} }
.birb-sticky-note-input:focus { .birb-sticky-note-input:focus {