1
0
Fork 0
mirror of https://github.com/Luzifer/mediatimeline.git synced 2024-11-09 23:30:05 +00:00
mediatimeline/frontend/app.css

21 lines
369 B
CSS
Raw Normal View History

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