fix(panel): composer no longer doubles the status-bar inset
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user