fix(panel): composer no longer doubles the status-bar inset

This commit is contained in:
hh
2026-09-02 05:00:35 +02:00
parent 607ed6bc93
commit 72d60b799f
+1 -1
View File
@@ -75,7 +75,7 @@
</script>
<form
class="flex flex-col gap-1.5 px-3 pt-2 pb-[max(0.5rem,var(--beaver-inset-bottom,0px))] @md:px-6"
class="flex flex-col gap-1.5 px-3 pt-2 pb-2 @md:px-6"
onsubmit={(event) => {
event.preventDefault();
send();