From a547bf3506b822d5ff4c1f1c6c4a15c63dd2d90e Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Mon, 11 Nov 2024 22:57:35 -0500 Subject: Style sidebar and message input --- ui/routes/(app)/ch/[channel]/+page.svelte | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ui/routes/(app)/ch') diff --git a/ui/routes/(app)/ch/[channel]/+page.svelte b/ui/routes/(app)/ch/[channel]/+page.svelte index 0961665..6348e5c 100644 --- a/ui/routes/(app)/ch/[channel]/+page.svelte +++ b/ui/routes/(app)/ch/[channel]/+page.svelte @@ -22,4 +22,13 @@ ); overflow: auto; } + .create-message { + position: fixed; + bottom: 0.5rem; + width: calc(100% - var(--nav-width) - 2rem); + @media (width <= 640px) { + width: 100%; + left: 0; + } + } -- cgit v1.2.3