summaryrefslogtreecommitdiff
path: root/ui/routes/(app)/ch
diff options
context:
space:
mode:
Diffstat (limited to 'ui/routes/(app)/ch')
-rw-r--r--ui/routes/(app)/ch/[channel]/+page.svelte9
1 files changed, 9 insertions, 0 deletions
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;
+ }
+ }
</style>