UI cleanup and changes

This commit is contained in:
video-prize-ranch
2022-10-13 17:29:05 -04:00
parent 7cad41e11d
commit 50d71ad321
9 changed files with 57 additions and 35 deletions

View File

@@ -2,19 +2,26 @@ h1 {
margin: 0;
}
main p, h4 {
text-align: center;
.pfp {
border-radius: 100%;
}
main video,
main img {
.post__media {
display: flex;
align-items: center;
flex-direction: column;
}
.post__media video,
.post__media img {
margin: 1em 0;
max-width: 100%;
max-height: 85vh;
}
.pfp {
border-radius: 100%;
.post__media p {
margin-left: 1rem;
align-self: flex-start;
}
.imageMeta__wrapper,
@@ -31,6 +38,7 @@ main img {
.imageMeta__wrapper {
gap: 1rem;
margin-top: 0.5em;
}
.user {
@@ -44,6 +52,7 @@ main img {
display: flex;
gap: 10px;
flex-flow: wrap;
margin-top: 1em;
}
.tag {