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"
|
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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user