From d987bde257d904e3f7e60daf0e20429960bee302 Mon Sep 17 00:00:00 2001 From: sua yoo Date: Mon, 23 Dec 2024 12:05:40 -0800 Subject: [PATCH] hide collection title if description is not specified --- src/pages.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/pages.ts b/src/pages.ts index fa62bbe4..5fd5065c 100644 --- a/src/pages.ts +++ b/src/pages.ts @@ -538,6 +538,7 @@ class Pages extends LitElement { } .index-bar-description { + margin-bottom: var(--sl-spacing-x-small); flex: 1 1 auto; overflow: auto; line-height: var(--sl-line-height-normal); @@ -648,7 +649,13 @@ class Pages extends LitElement { /> ` - : html`
Collection Title
+ : html`
+ Collection Title +