Fixed scene tile actor alignment so it's less likely to cut-off letters.

This commit is contained in:
DebaucheryLibrarian 2026-01-11 02:44:44 +01:00
parent a4325f6ff6
commit b2ca5a6713
1 changed files with 2 additions and 1 deletions

View File

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