forked from Github/Axter-Stash
Added UI interface for DupFileManager
This commit is contained in:
36
plugins/DupFileManager/DupFileManager.css
Normal file
36
plugins/DupFileManager/DupFileManager.css
Normal file
@@ -0,0 +1,36 @@
|
||||
.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 */
|
||||
Reference in New Issue
Block a user