Add user to albums

This commit is contained in:
video-prize-ranch
2022-02-02 10:46:47 -05:00
parent 41012edf9e
commit 6e5b0ee127
4 changed files with 34 additions and 15 deletions

View File

@@ -28,5 +28,12 @@ img {
}
.imageMeta__wrapper {
gap: 2rem;
gap: 1rem;
}
.user {
display: flex;
flex-direction: row;
align-items: center;
gap: 5px;
}