Resize bookmark headers
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 20s

This commit is contained in:
2026-04-16 00:42:53 +01:00
parent b96b7d7a93
commit f390bf82cc
2 changed files with 3 additions and 3 deletions

View File

@@ -24,9 +24,9 @@ const handleClick = () => {
class="w-full border-b border-primary cursor-pointer" class="w-full border-b border-primary cursor-pointer"
@click="handleClick" @click="handleClick"
> >
<h1 class="pl-2 m-0"> <h3 class="pl-2 m-0">
<slot /> <slot />
</h1> </h3>
<ToggleButton <ToggleButton
class="pointer-events-none" class="pointer-events-none"
:model-value="props.modelValue" :model-value="props.modelValue"

View File

@@ -18,7 +18,7 @@ const groupedBookmarks = computed(() => {
<template> <template>
<div class="bookmarks-wrapper"> <div class="bookmarks-wrapper">
<h3 class="text-left">Bookmarks</h3> <Header class="text-left">Bookmarks</Header>
<div class="bookmarks-scroll"> <div class="bookmarks-scroll">
<LinkTable <LinkTable
v-for="group in groupedBookmarks" v-for="group in groupedBookmarks"