Improved scene tile actors height to prevent second line leak. Improved alert action tooltip. Changed popular tag from MFM to threesome due lack of specifically tagged scenes.

This commit is contained in:
2026-07-13 20:45:01 +02:00
parent cafa6476ca
commit 5815ac2bf4
4 changed files with 13 additions and 9 deletions

View File

@@ -243,8 +243,8 @@ const favorited = ref(props.scene.stashes.some((sceneStash) => sceneStash.id ===
}
.actors {
height: 1.15rem;
margin-bottom: .15rem;
height: 1lh;
margin-bottom: .3rem;
overflow: hidden;
white-space: pre-wrap;
}