mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
fix: 🐛 Finy tiny UI inconsistencies
This commit is contained in:
parent
3c693300e0
commit
466c1eaaac
|
|
@ -7,7 +7,7 @@
|
||||||
placeholder="Put your content warning here" />
|
placeholder="Put your content warning here" />
|
||||||
|
|
||||||
<EditorContent v-model:content="state.content" :placeholder="chosenSplash"
|
<EditorContent v-model:content="state.content" :placeholder="chosenSplash"
|
||||||
class="*:!border-none *:!ring-0 *:!outline-none *:rounded-none p-0 max-h-[50dvh] overflow-y-auto min-h-48 *:!ring-offset-0 *:h-full"
|
class="*:!border-none *:!ring-0 *:!outline-none *:rounded-none p-0 *:max-h-[50dvh] *:overflow-y-auto *:min-h-48 *:!ring-offset-0 *:h-full"
|
||||||
:disabled="sending" :mode="state.contentType === 'text/html' ? 'rich' : 'plain'" />
|
:disabled="sending" :mode="state.contentType === 'text/html' ? 'rich' : 'plain'" />
|
||||||
|
|
||||||
<div class="w-full flex flex-row gap-2 overflow-x-auto *:shrink-0 pb-2">
|
<div class="w-full flex flex-row gap-2 overflow-x-auto *:shrink-0 pb-2">
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div v-if="loaded" class="mx-auto max-w-2xl w-full pb-72 *:rounded space-y-4 *:border *:border-border/50">
|
<div v-if="loaded" class="mx-auto max-w-2xl w-full pb-72 *:rounded space-y-4 *:border">
|
||||||
<Note v-for="note of context?.ancestors" :note="note" />
|
<Note v-for="note of context?.ancestors" :note="note" />
|
||||||
<Note v-if="note" :note="note" />
|
<Note v-if="note" :note="note" />
|
||||||
<Note v-for="note of context?.descendants" :note="note" />
|
<Note v-for="note of context?.descendants" :note="note" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue