forked from Github/Axter-Stash
37 lines
623 B
CSS
37 lines
623 B
CSS
.scene-card__date {
|
|
color: #bfccd6;
|
|
font-size: 0.85em;
|
|
}
|
|
|
|
.scene-card__performer {
|
|
display: inline-block;
|
|
font-weight: 500;
|
|
margin-right: 0.5em;
|
|
}
|
|
.scene-card__performer a {
|
|
color: #137cbd;
|
|
}
|
|
|
|
.scene-card__performers,
|
|
.scene-card__tags {
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 1;
|
|
overflow: hidden;
|
|
}
|
|
.scene-card__performers:hover,
|
|
.scene-card__tags:hover {
|
|
-webkit-line-clamp: unset;
|
|
overflow: visible;
|
|
}
|
|
|
|
.scene-card__tags .tag-item {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.scene-performer-popover .image-thumbnail {
|
|
margin: 1em;
|
|
}
|
|
|
|
/*# sourceMappingURL=DupFileManager.css.map */
|