mirror of
https://github.com/riwiwa/muzi.git
synced 2026-02-28 11:56:57 -08:00
Added userID in history table for per profile history, reworked primary key. Profile recent history table
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user