mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-26 04:07:24 +00:00
Add important flag to textarea
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
|
// @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
24
dist/birb.js
vendored
@@ -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
26
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
|
// @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 {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user