diff --git a/birb.js b/birb.js index a8b9657..6c578fa 100644 --- a/birb.js +++ b/birb.js @@ -835,7 +835,7 @@ Promise.all([loadSpriteSheetPixels(SPRITE_SHEET), loadSpriteSheetPixels(DECORATI clearTimeout(saveTimeout); saveTimeout = setTimeout(() => { save(); - }, 500); + }, 250); }); } diff --git a/build.js b/build.js index 8273cd6..0dd712e 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-2 +// @version 2025-08-16-3 // @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 6f7eeb9..7140be1 100644 --- a/dist/birb.js +++ b/dist/birb.js @@ -348,8 +348,8 @@ const STYLESHEET = `@font-face { } .birb-sticky-note-input { - width: 100% !important; - height: 100% !important; + width: 100%; + height: 100%; padding: 10px !important; resize: both !important; min-width: 100% !important; @@ -1153,7 +1153,7 @@ Promise.all([loadSpriteSheetPixels(SPRITE_SHEET), loadSpriteSheetPixels(DECORATI clearTimeout(saveTimeout); saveTimeout = setTimeout(() => { save(); - }, 500); + }, 250); }); } diff --git a/dist/birb.user.js b/dist/birb.user.js index 7f811e1..1f4919f 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-2 +// @version 2025-08-16-3 // @description birb // @author Idrees // @downloadURL https://github.com/IdreesInc/Browser-Bird/raw/refs/heads/main/dist/birb.user.js @@ -362,8 +362,8 @@ const STYLESHEET = `@font-face { } .birb-sticky-note-input { - width: 100% !important; - height: 100% !important; + width: 100%; + height: 100%; padding: 10px !important; resize: both !important; min-width: 100% !important; @@ -1167,7 +1167,7 @@ Promise.all([loadSpriteSheetPixels(SPRITE_SHEET), loadSpriteSheetPixels(DECORATI clearTimeout(saveTimeout); saveTimeout = setTimeout(() => { save(); - }, 500); + }, 250); }); } diff --git a/stylesheet.css b/stylesheet.css index 8c7f596..371c33b 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -300,8 +300,8 @@ } .birb-sticky-note-input { - width: 100% !important; - height: 100% !important; + width: 100%; + height: 100%; padding: 10px !important; resize: both !important; min-width: 100% !important;