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

@@ -5,6 +5,7 @@
}
.comments {
margin-top: 1em;
gap: 0.25em;
display: flex;
flex-direction: column;
@@ -49,7 +50,8 @@
.comment__media {
height: 10em;
display: block
display: block;
margin: 0.5em 0;
}
.comment__updatedDate {