diff --git a/components/scenes/tile.vue b/components/scenes/tile.vue index 217d8f5..2995aaa 100644 --- a/components/scenes/tile.vue +++ b/components/scenes/tile.vue @@ -238,7 +238,8 @@ const favorited = ref(props.scene.stashes.some((sceneStash) => sceneStash.id === } .actors { - height: 1rem; + height: 1.15rem; + margin-bottom: .1rem; overflow: hidden; white-space: pre-wrap; }