1
0
mirror of https://github.com/Luzifer/mediatimeline.git synced 2024-09-18 23:42:56 +00:00
mediatimeline/frontend/app.css
Knut Ahlers c3d4e57675
Add click listener to photo
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-04-24 21:34:08 +02:00

24 lines
401 B
CSS

.card-img-top {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding-bottom: 100%;
}
.faved, .faved:hover, .faved:active {
color: yellow;
}
.preview {
cursor: pointer;
}
.toast, .toast-header {
background-color: rgba(34,34,34,0.85);
}
.tweet {
max-height: 50px;
white-space: pre-line;
}
.user-image {
border-radius: 1.25rem;
height: 36px;
}