mirror of
https://github.com/Luzifer/mediatimeline.git
synced 2024-11-08 14:50:08 +00:00
23 lines
401 B
CSS
23 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;
|
|
}
|