mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Make mobile menu behavior more consistent, and stats styles responsive (#391)
This commit is contained in:
@@ -236,7 +236,8 @@ export const SceneCard: React.FC<ISceneCardProps> = (
|
||||
</h5>
|
||||
<span>{props.scene.date}</span>
|
||||
<p>
|
||||
{props.scene.details && TextUtils.truncate(props.scene.details, 100, "... (continued)")}
|
||||
{props.scene.details &&
|
||||
TextUtils.truncate(props.scene.details, 100, "... (continued)")}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user