Fix voice widget layout on mobile

This commit is contained in:
mplorentz
2026-03-13 09:24:40 -04:00
parent bb15011464
commit 3ac3dab628
+1 -1
View File
@@ -296,7 +296,7 @@
{/if} {/if}
</div> </div>
</SecondaryNavSection> </SecondaryNavSection>
<div class="flex flex-col gap-2 p-4 pb-2 pt-0"> <div class="flex flex-col gap-2 p-4 pb-[calc(var(--saib)+3.5rem)] pt-0 md:pb-2">
<VoiceWidget /> <VoiceWidget />
<Button class="btn btn-neutral btn-sm h-10" onclick={showDetail}> <Button class="btn btn-neutral btn-sm h-10" onclick={showDetail}>
<SocketStatusIndicator {url} /> <SocketStatusIndicator {url} />