rimgo/static/css/album.css

51 lines
655 B
CSS

p {
margin: 0.4rem 0;
}
.pfp {
border-radius: 100%;
}
.post__media video,
.post__media img {
margin: 1em 0;
max-width: 100%;
max-height: 85vh;
}
.post__media p {
margin-left: 1rem;
align-self: flex-start;
}
.imageMeta__wrapper {
margin-top: 0.5em;
}
.user {
display: flex;
flex-direction: row;
align-items: center;
gap: 5px;
}
.tags {
display: flex;
gap: 10px;
flex-flow: wrap;
margin-top: 1em;
}
.tag {
border-radius: 10px;
padding: 7px;
background-color: rgba(0, 0, 0, 0.15);
background-blend-mode: multiply;
min-width: 110px;
}
.tag__display {
font-weight: 700;
color: #fff;
text-align: center;
}