Added userID in history table for per profile history, reworked primary key. Profile recent history table

This commit is contained in:
2026-02-05 03:16:05 -08:00
parent 0043d83330
commit 813f510a9e
9 changed files with 426 additions and 285 deletions

View File

@@ -5,9 +5,12 @@ body {
color: #AFA;
align-content: center;
justify-content: center;
align-items: center;
text-align: center;
max-width: 100vw;
max-width: 70vw;
margin: 0;
width: 70vw;
font-family: sans-serif;
}
.page_buttons {
@@ -23,6 +26,47 @@ body {
}
}
.user-stats-top {
display: inline-block;
}
.username-bio {
display: flex;
flex-direction: column;
justify-content: center;
margin-left: 40px;
}
.profile-top {
display: flex;
flex-direction: row;
align-content: center;
h1 {
color: #FFFFFF;
margin: 0;
}
h2 {
color: #777777;
font-size: 15px;
margin: 0;
}
h3 {
color: #AAAAAA;
font-size: 25px;
margin: 0;
}
img {
object-fit: cover;
width: 250px;
height: 250px;
border-radius: 100%;
}
}
.login-error {
color: #AA0000;
}
.history {
display: flex;
justify-content: center;