[F] Fix layout

This commit is contained in:
2025-11-21 11:59:34 +08:00
parent ce480f39f7
commit 08856b8429
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
let { title, ...rest } = $props()
</script>
<div class="hbox h-full px-16px" {...rest}>
<div class="hbox px-16px" {...rest}>
<div class="m3-font-title-large">{title}</div>
<IconButton icon="i-material-symbols:arrow-forward" />
</div>
+1 -1
View File
@@ -20,7 +20,7 @@
{icon: "i-material-symbols:settings-rounded", onclick: () => alert('Settings clicked')}
]} />
<div class="vbox gap-16px overflow-y-auto">
<div class="vbox gap-16px overflow-y-auto flex-1">
{#if data.last}
<a {href}>
<TitleHeader title="从暂停的位置继续"/>