mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Add missing card classes (#2327)
* Move performer flag and add classes * Add class to interactive heat map * Add classes to scene card * Add missing class names
This commit is contained in:
@@ -50,7 +50,7 @@ export const ImageCard: React.FC<IImageCardProps> = (
|
||||
function maybeRenderOCounter() {
|
||||
if (props.image.o_counter) {
|
||||
return (
|
||||
<div>
|
||||
<div className="o-count">
|
||||
<Button className="minimal">
|
||||
<span className="fa-icon">
|
||||
<SweatDrops />
|
||||
@@ -65,7 +65,7 @@ export const ImageCard: React.FC<IImageCardProps> = (
|
||||
function maybeRenderOrganized() {
|
||||
if (props.image.organized) {
|
||||
return (
|
||||
<div>
|
||||
<div className="organized">
|
||||
<Button className="minimal">
|
||||
<Icon icon="box" />
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user