Standardize user image + minor bugs

This commit is contained in:
cuom1999 2024-04-12 01:51:57 -05:00
parent 5147980d43
commit 208a4e4ef7
23 changed files with 608 additions and 540 deletions

View file

@ -267,7 +267,7 @@ a.edit-profile {
.user-sidebar {
flex: 0 0 150px;
padding-left: 1em;
padding-right: 1em;
}
.user-content {
@ -276,6 +276,20 @@ a.edit-profile {
word-wrap: break-word;
}
.user-img {
flex-shrink: 0;
background-color: #ddd;
border-radius: 50%;
overflow: hidden;
display: flex;
align-items: center;
img {
width: 100%;
height: auto;
}
}
@media not all and (min-width: 600px) {
.user-info-page {
display: block;