cap gallery image width, show media metadata

This commit is contained in:
3nprob
2021-11-25 21:52:51 +09:00
parent 909f55b358
commit 0c5f9bc6b5
3 changed files with 35 additions and 3 deletions
+11
View File
@@ -3,6 +3,10 @@ img.album-img {
max-height: 100%;
}
.imageContainer img {
max-width: 100%;
}
.TagsCover {
top: 0px;
min-height: 351px;
@@ -66,3 +70,10 @@ body {
.NewCover {
padding-top: 100px;
}
.Gallery-Content--title {
font-family: Proxima Nova Regular,Helvetica Neue,Helvetica,Arial,sans-serif;
color: #b4b9c2;
font-size: 12px;
line-height: 12px;
}