[Users] Minor fix to the profile page (#779)

This commit is contained in:
Cinder 2024-11-04 07:29:09 -08:00 committed by GitHub
parent 7318b2ddcb
commit 4cf67e9231
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -160,10 +160,10 @@ div#c-users {
grid-area: p-posts;
display: flex;
overflow: auto;
justify-content: space-between;
justify-content: flex-start;
flex-wrap: wrap;
gap: 0.5em;
gap: 1em;
padding: 0.5em;
background: var(--color-section);
@ -176,7 +176,7 @@ div#c-users {
}
article.post-preview {
flex: 0 0 150px;
flex: 0 0 154px;
margin: 0;
img { max-width: unset !important; }
}