Resize bookmark headers
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 20s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 20s
This commit is contained in:
@@ -24,9 +24,9 @@ const handleClick = () => {
|
||||
class="w-full border-b border-primary cursor-pointer"
|
||||
@click="handleClick"
|
||||
>
|
||||
<h1 class="pl-2 m-0">
|
||||
<h3 class="pl-2 m-0">
|
||||
<slot />
|
||||
</h1>
|
||||
</h3>
|
||||
<ToggleButton
|
||||
class="pointer-events-none"
|
||||
:model-value="props.modelValue"
|
||||
|
||||
@@ -18,7 +18,7 @@ const groupedBookmarks = computed(() => {
|
||||
|
||||
<template>
|
||||
<div class="bookmarks-wrapper">
|
||||
<h3 class="text-left">Bookmarks</h3>
|
||||
<Header class="text-left">Bookmarks</Header>
|
||||
<div class="bookmarks-scroll">
|
||||
<LinkTable
|
||||
v-for="group in groupedBookmarks"
|
||||
|
||||
Reference in New Issue
Block a user