Fixed scene tile actor alignment so it's less likely to cut-off letters.
This commit is contained in:
parent
a4325f6ff6
commit
b2ca5a6713
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue