Show on mobile Update
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user