Fix profile suggestions

This commit is contained in:
Jon Staab
2025-03-04 10:47:58 -08:00
parent a582b1ea73
commit 81d7b08aed
6 changed files with 6 additions and 5 deletions

View File

@@ -11,6 +11,7 @@
* Add alerts via Anchor
* Fix confirm and reactions on mobile
* Add reply to chat on mobile
* Fix profile suggestions
# 0.2.11

View File

@@ -10,7 +10,7 @@ const config: CapacitorConfig = {
plugins: {
SplashScreen: {
androidSplashResourceName: "splash"
}
},
},
// Use this for live reload https://capacitorjs.com/docs/guides/live-reload
// server: {

View File

@@ -1,3 +1,5 @@
@import "@welshman/editor/index.css";
@tailwind base;
@tailwind components;
@tailwind utilities;

View File

@@ -1,5 +1,3 @@
import "@welshman/editor/index.css"
import {mount} from "svelte"
import type {Writable} from "svelte/store"
import {get} from "svelte/store"

View File

@@ -58,7 +58,7 @@
</script>
<div transition:fly|local={{duration: 200}} class="tiptap-suggestions">
<div class="tiptap-suggestions__content">
<div class="tiptap-suggestions__content max-h-[40vh]">
{#if $term && allowCreate && !items.includes($term)}
<button
class="tiptap-suggestions__create"

View File

@@ -23,7 +23,7 @@
</script>
{#if !PLATFORM_RELAY}
<div class="hero min-h-screen">
<div class="hero min-h-screen overflow-auto pb-8">
<div class="hero-content">
<div class="column content gap-4">
<h1 class="text-center text-5xl">Welcome to</h1>