Add Vencord save support

This commit is contained in:
Idrees Hassan
2025-11-16 11:05:44 -05:00
parent e7be2b7661
commit 37a30ea509
10 changed files with 85 additions and 16 deletions

7
dist/web/birb.js vendored
View File

@@ -1678,6 +1678,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;