fix: styling

This commit is contained in:
Timothy J. Baek 2024-04-30 16:34:29 -07:00
parent bf2ff47df0
commit 3c9fc7858b
6 changed files with 507 additions and 507 deletions

View file

@ -34,6 +34,8 @@ export const documents = writable([
]);
export const settings: Writable<Settings> = writable({});
export const showSidebar = writable(false);
export const showSettings = writable(false);
export const showChangelog = writable(false);