mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-26 04:07:24 +00:00
Add Vencord save support
This commit is contained in:
11
dist/extension/birb.js
vendored
11
dist/extension/birb.js
vendored
@@ -976,9 +976,9 @@
|
||||
// @ts-expect-error
|
||||
if (chrome.runtime.lastError) {
|
||||
// @ts-expect-error
|
||||
console.error(chrome.runtime.lastError);
|
||||
error(chrome.runtime.lastError);
|
||||
} else {
|
||||
console.log("Settings saved successfully");
|
||||
log("Settings saved successfully");
|
||||
}
|
||||
});
|
||||
}
|
||||
@@ -1693,6 +1693,13 @@
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.birb-sticky-note-input::placeholder {
|
||||
font-family: "Monocraft", monospace !important;
|
||||
font-size: 14px !important;
|
||||
background-color: transparent !important;
|
||||
color: rgba(0, 0, 0, 0.35) !important;
|
||||
}
|
||||
|
||||
.birb-sticky-note-input:focus {
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
|
||||
Reference in New Issue
Block a user