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 fe1c894b93
commit ef7474f636
+1 -1
View File
@@ -75,7 +75,7 @@
</script> </script>
<form <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) => { onsubmit={(event) => {
event.preventDefault(); event.preventDefault();
send(); send();