Make UI slightly nicer once nodes go off the right edge of the screen

This commit is contained in:
Joscha 2025-02-15 13:37:57 +01:00
parent e5ce31b30c
commit e4c21fa26d

View file

@ -180,7 +180,7 @@ async function onInsertEditorCopy(): Promise<void> {
</script> </script>
<template> <template>
<div class="flex flex-col"> <div class="flex min-w-24 flex-col">
<!-- Parents --> <!-- Parents -->
<div v-if="(parents?.length ?? 0) > 0" class="pt-1"> <div v-if="(parents?.length ?? 0) > 0" class="pt-1">
<div v-for="parent of parents" :key="parent.id" class="pl-6 text-xs text-neutral-400"> <div v-for="parent of parents" :key="parent.id" class="pl-6 text-xs text-neutral-400">