diff --git a/birb.js b/birb.js index 62de2b3..a5907a6 100644 --- a/birb.js +++ b/birb.js @@ -809,7 +809,7 @@ Promise.all([loadSpriteSheetPixels(SPRITE_SHEET), loadSpriteSheetPixels(DECORATI
x
- +
` const noteElement = makeElement("birb-window"); noteElement.classList.add("birb-sticky-note"); diff --git a/dist/birb.js b/dist/birb.js index 009ec15..f2df7bf 100644 --- a/dist/birb.js +++ b/dist/birb.js @@ -65,7 +65,7 @@ const STYLESHEET = `:root { image-rendering: pixelated; position: fixed; bottom: 0; - transform: scale(var(--birb-scale)); + transform: scale(var(--birb-scale)) !important; transform-origin: bottom; z-index: 2147483638 !important; cursor: pointer; @@ -75,7 +75,7 @@ const STYLESHEET = `:root { image-rendering: pixelated; position: fixed; bottom: 0; - transform: scale(var(--birb-scale)); + transform: scale(var(--birb-scale)) !important; transform-origin: bottom; z-index: 2147483630 !important; } @@ -105,7 +105,7 @@ const STYLESHEET = `:root { box-sizing: border-box; display: flex; flex-direction: column; - transform: scale(var(--ui-scale)); + transform: scale(var(--ui-scale)) !important; animation: pop-in 0.08s; transition-timing-function: ease-in; } @@ -1124,7 +1124,7 @@ Promise.all([loadSpriteSheetPixels(SPRITE_SHEET), loadSpriteSheetPixels(DECORATI
x
- +
` const noteElement = makeElement("birb-window"); noteElement.classList.add("birb-sticky-note"); diff --git a/dist/birb.user.js b/dist/birb.user.js index 591ad94..8c0fae2 100644 --- a/dist/birb.user.js +++ b/dist/birb.user.js @@ -79,7 +79,7 @@ const STYLESHEET = `:root { image-rendering: pixelated; position: fixed; bottom: 0; - transform: scale(var(--birb-scale)); + transform: scale(var(--birb-scale)) !important; transform-origin: bottom; z-index: 2147483638 !important; cursor: pointer; @@ -89,7 +89,7 @@ const STYLESHEET = `:root { image-rendering: pixelated; position: fixed; bottom: 0; - transform: scale(var(--birb-scale)); + transform: scale(var(--birb-scale)) !important; transform-origin: bottom; z-index: 2147483630 !important; } @@ -119,7 +119,7 @@ const STYLESHEET = `:root { box-sizing: border-box; display: flex; flex-direction: column; - transform: scale(var(--ui-scale)); + transform: scale(var(--ui-scale)) !important; animation: pop-in 0.08s; transition-timing-function: ease-in; } @@ -1138,7 +1138,7 @@ Promise.all([loadSpriteSheetPixels(SPRITE_SHEET), loadSpriteSheetPixels(DECORATI
x
- +
` const noteElement = makeElement("birb-window"); noteElement.classList.add("birb-sticky-note"); diff --git a/stylesheet.css b/stylesheet.css index 21a9e95..8355cd7 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -13,7 +13,7 @@ image-rendering: pixelated; position: fixed; bottom: 0; - transform: scale(var(--birb-scale)); + transform: scale(var(--birb-scale)) !important; transform-origin: bottom; z-index: 2147483638 !important; cursor: pointer; @@ -23,7 +23,7 @@ image-rendering: pixelated; position: fixed; bottom: 0; - transform: scale(var(--birb-scale)); + transform: scale(var(--birb-scale)) !important; transform-origin: bottom; z-index: 2147483630 !important; } @@ -53,7 +53,7 @@ box-sizing: border-box; display: flex; flex-direction: column; - transform: scale(var(--ui-scale)); + transform: scale(var(--ui-scale)) !important; animation: pop-in 0.08s; transition-timing-function: ease-in; }