Merge pull request #23 from q8gazy/fix-control-panel

fix control-panel size
This commit is contained in:
evanpelle
2025-02-12 08:12:19 -08:00
committed by GitHub
+1 -1
View File
@@ -135,7 +135,7 @@
<div class="w-full sm:w-2/3 sm:fixed sm:right-0 sm:bottom-0 sm:flex justify-end" style="pointer-events: auto">
<events-display></events-display>
</div>
<div class="w-full sm:w-1/3" style="pointer-events: auto">
<div class="w-full sm:w-1/3 md:max-w-72" style="pointer-events: auto">
<control-panel></control-panel>
</div>
</div>