Show on mobile Update

This commit is contained in:
2025-12-03 18:58:24 +00:00
parent 84469e3753
commit 4202a22403
5 changed files with 18 additions and 0 deletions
+2
View File
@@ -78,6 +78,7 @@
const isTooltip = $derived(line.type === "tooltip");
</script>
<div class:mobile-hidden={line.mobile === false} style="display: contents">
{#if isBlank}
{#if inline}<span class="inline-blank"></span>{:else}<div
class="tui-line blank"
@@ -233,3 +234,4 @@
</div>
{/if}
{/if}
</div>
+1
View File
@@ -28,6 +28,7 @@ export interface BaseTerminalLine {
display?: 'flex' | 'block' | 'grid' | 'inline';
delay?: number;
style?: 'primary' | 'secondary' | 'accent' | 'warning' | 'error';
mobile?: boolean;
}
// Specific line types