📱 Adds wrap mode for phones

This commit is contained in:
Rune Harlyk
2024-08-18 01:41:54 +02:00
committed by Rune Harlyk
parent d8659f8ed5
commit 3fd7f28d7e
5 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -113,7 +113,7 @@
<VerticalSlider min={0} max={100} on:input={(e) => handleRange(e, 'height')} />
<label for="height">Ht</label>
</div>
<div class="flex items-end gap-4 bg-base-300 bg-opacity-50 h-min rounded-tr-xl pl-0 p-3">
<div class="flex items-end gap-4 bg-base-300 bg-opacity-50 h-min rounded-tr-xl pl-0 p-3 portrait:hidden">
<div class="join">
{#each modes as modeValue}
<button