feat: profile page, EXCEPT FUCKING AVATARS AAAAAHHH
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
JustTemmie 2025-06-01 19:24:50 +02:00
parent 256889a573
commit 622abc9155
Signed by: justtemmie
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
7 changed files with 148 additions and 40 deletions

View file

@ -115,8 +115,8 @@ const selectCategory = (_category: Category, page: Page) => {
}
#sidebar {
min-width: 200px;
max-width: 200px;
min-width: 250px;
max-width: 250px;
background-color: #2f3136;
color: white;
padding: 10px;
@ -127,7 +127,7 @@ const selectCategory = (_category: Category, page: Page) => {
}
#sidebar h2 {
font-size: 1.5em;
font-size: 2em;
padding: 0 8px;
}
@ -140,6 +140,7 @@ const selectCategory = (_category: Category, page: Page) => {
#sidebar li {
border-radius: 8px;
padding: 8px;
font-size: 1.3em;
margin: 2px 0;
cursor: pointer;
transition: background-color 0.3s;
@ -155,7 +156,7 @@ const selectCategory = (_category: Category, page: Page) => {
#sub_page {
flex-grow: 1;
max-width: 600px;
max-width: 800px;
margin-left: 1.5rem;
margin-right: auto;