Added new theme (again), updated some homepage stuff

This commit is contained in:
Alois 2026-03-25 21:22:53 +01:00
commit 9deffbb099
17 changed files with 349 additions and 423 deletions

View file

@ -17,7 +17,7 @@ export default function Sidebar() {
}, [load]);
return (
<div className="w-75 h-full flex flex-col gap-3 p-2">
<div className="w-65 h-full flex flex-col gap-3 p-2">
<Wrapper
loading={<Loading />}
userId={userId}