forked from e621ng/e621ng
[Users] Minor fix to the profile page (#779)
This commit is contained in:
parent
7318b2ddcb
commit
4cf67e9231
@ -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; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user