mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-24 19:59:36 +00:00
Fix sticky note resizing
This commit is contained in:
6
dist/birb.js
vendored
6
dist/birb.js
vendored
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user