mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Show O Counter in Studio card (#5982)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
@@ -41,6 +41,27 @@
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.quality-group {
|
||||
display: inline-flex;
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
|
||||
// The following min-width declarations prevent
|
||||
// the O-Count from moving around
|
||||
// when hovering over rating stars
|
||||
.rating-stars-precision-full .star-rating-number {
|
||||
min-width: 0.75rem;
|
||||
}
|
||||
|
||||
.rating-stars-precision-half .star-rating-number,
|
||||
.rating-stars-precision-tenth .star-rating-number {
|
||||
min-width: 1.45rem;
|
||||
}
|
||||
|
||||
.rating-stars-precision-quarter .star-rating-number {
|
||||
min-width: 2rem;
|
||||
}
|
||||
|
||||
// the detail element ids are the same as field type name
|
||||
// which don't follow the correct convention
|
||||
/* stylelint-disable selector-class-pattern */
|
||||
|
||||
Reference in New Issue
Block a user