Adds PhotoAlbum, CreatorHome, AboutCreator.

This commit is contained in:
2025-04-23 17:45:09 -04:00
parent 247b2b023c
commit 6d3525c2ee
42 changed files with 3176 additions and 818 deletions

View File

@@ -43,10 +43,7 @@ watch(() => languageStore.locale, (newLocale) => {
}
.shell-side {
@apply border border-[#3d3d3d];
@apply lg:max-h-screen;
@apply lg:fixed;
@apply border-b lg:border-b-0 lg:border-r;
@apply lg:fixed lg:max-h-screen;
@apply flex-shrink-0;
}