mirror of
https://github.com/tiennm99/loto.git
synced 2026-09-03 04:18:23 +00:00
style(player): drop top/bottom hatch frames, add footer section label
Card now framed only on left + right by the cross-hatch. Top edge is the first "Tân Tân" section label and the bottom edge gets a closing "Tân Tân tốt nhất" label, mirroring the physical sheet's printed header / footer slogans.
This commit is contained in:
@@ -164,8 +164,6 @@
|
||||
aria-label="Bảng lô tô"
|
||||
class="rounded-md overflow-hidden shadow-xl shadow-slate-200/50 dark:shadow-black/30"
|
||||
>
|
||||
<!-- Top frame -->
|
||||
<div class="section-divider" aria-hidden="true"></div>
|
||||
<div class="flex">
|
||||
<!-- Left frame -->
|
||||
<div class="section-divider-vertical" aria-hidden="true"></div>
|
||||
@@ -209,12 +207,11 @@
|
||||
{/each}
|
||||
</div>
|
||||
{/each}
|
||||
<div class="section-label">Tân Tân tốt nhất</div>
|
||||
</div>
|
||||
<!-- Right frame -->
|
||||
<div class="section-divider-vertical" aria-hidden="true"></div>
|
||||
</div>
|
||||
<!-- Bottom frame -->
|
||||
<div class="section-divider" aria-hidden="true"></div>
|
||||
</div>
|
||||
|
||||
{#if toast}
|
||||
|
||||
Reference in New Issue
Block a user