style: add border separators to ModelInfoPanel accordion items

This commit is contained in:
Alexander Brown
2026-01-15 18:13:58 -08:00
parent 13b4c88754
commit f7c73797b1
2 changed files with 7 additions and 5 deletions

View File

@@ -67,11 +67,11 @@
</div>
<aside
v-if="hasRightPanel && isRightPanelOpen"
class="flex w-72 shrink-0 bg-modal-panel-background flex-col border-l border-border-default"
class="flex w-72 shrink-0 bg-modal-panel-background flex-col"
>
<header
data-component-id="RightPanelHeader"
class="flex h-16 shrink-0 items-center gap-2 border-b border-border-default px-4"
class="flex h-16 shrink-0 items-center gap-2 px-4"
>
<h2 v-if="rightPanelTitle" class="flex-1 text-lg font-semibold">
{{ rightPanelTitle }}