forked from open-webui/open-webui
fix: styling
This commit is contained in:
parent
bf2ff47df0
commit
3c9fc7858b
6 changed files with 507 additions and 507 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue