fix layout

This commit is contained in:
2023-05-25 10:50:40 +02:00
parent 84376263c8
commit 6b7debc811
5 changed files with 80 additions and 21 deletions

View File

@@ -159,7 +159,7 @@ const createLink = (link: string) => {
}
</script>
<template>
<div class="relative" ref="editorElement">
<div class="relative overflow-x-hidden" ref="editorElement">
<CKEditor
class="w-full flex-grow text-[110%] font-light"
:editor="editor"

View File

@@ -20,7 +20,7 @@ const authModalInitialStateOpen = ref<boolean>(authUI.isPendingRedirect())
</script>
<template>
<div
class="fixed left-0 right-0 top-0 z-[500] flex h-[50px] bg-primary"
class="z-[500] flex h-[50px] bg-primary"
:class="searchActive && 'search-active'"
>
<div class="mx-auto flex w-full max-w-app items-center py-2.5 text-white">

View File

@@ -42,7 +42,7 @@ const setRoot = async (closeModal: () => Promise<Boolean>) => {
}
</script>
<template>
<div class="flex h-full flex-col">
<div class="flex flex-grow flex-col">
<NoteToolbar :note="props.note" @delete="del" @set-root="setRoot">
<template #title>
<i