design: better list

This commit is contained in:
Julien Calixte
2026-02-13 23:54:56 +01:00
parent 1baa9794ba
commit 7ab4d64dea
2 changed files with 29 additions and 14 deletions

View File

@@ -70,6 +70,7 @@ const content = computed(() =>
>{{ title }}</a
>
</div>
<span class="badge badge-accent">{{ alias }}</span>
<article v-html="content"></article>
</div>
</div>
@@ -118,12 +119,10 @@ const content = computed(() =>
}
.note {
position: sticky;
display: flex;
flex-direction: column;
overflow-y: auto;
height: 100vh;
position: sticky;
.title {
text-align: left;