rimgo/static/css/album.css

70 lines
888 B
CSS

h1 {
margin: 0;
}
.pfp {
border-radius: 100%;
}
.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;
}
.post__media p {
margin-left: 1rem;
align-self: flex-start;
}
.imageMeta__wrapper,
.imageMeta__item,
.imageMeta {
display: flex;
gap: 12px;
align-items: center;
}
.imageMeta__item {
gap: 4px;
}
.imageMeta__wrapper {
gap: 1rem;
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;
}