mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 07:45:57 +02:00
v1.1.0 - View mode, daily notes, tag management, math support, and more
This commit is contained in:
@@ -397,7 +397,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if $tags.length > 0}
|
{#if $tags.length > 0}
|
||||||
<div class="section">
|
<div class="tags-section">
|
||||||
<button class="section-header" onclick={() => tagsCollapsed = !tagsCollapsed}>
|
<button class="section-header" onclick={() => tagsCollapsed = !tagsCollapsed}>
|
||||||
<span class="section-title">Tags</span>
|
<span class="section-title">Tags</span>
|
||||||
<span class="tag-count" style="margin-left: auto">{$tags.length}</span>
|
<span class="tag-count" style="margin-left: auto">{$tags.length}</span>
|
||||||
@@ -634,6 +634,14 @@
|
|||||||
padding: 4px 0;
|
padding: 4px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tags-section {
|
||||||
|
flex-shrink: 0;
|
||||||
|
border-top: 1px solid var(--border-light);
|
||||||
|
padding: 4px 0;
|
||||||
|
max-height: 30%;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.section-header {
|
.section-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user