mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ✨ Add preferences page
This commit is contained in:
parent
a6635bc888
commit
5203f47409
7 changed files with 135 additions and 7 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<template>
|
||||
<div ref="container" :class="['overflow-y-hidden relative duration-200']" :style="{
|
||||
maxHeight: collapsed ? '18rem' : `${container?.scrollHeight}px` }">
|
||||
maxHeight: collapsed ? '18rem' : `${container?.scrollHeight}px`
|
||||
}">
|
||||
<div :class="['prose prose-sm block relative dark:prose-invert duration-200 !max-w-full break-words prose-a:no-underline prose-a:hover:underline', $style.content]"
|
||||
v-html="content">
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue