Skip to content

Commit 7171864

Browse files
committed
fix top bar width issue
1 parent 1bb2da8 commit 7171864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

via-ui/src/components/TopBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async function start() {
2727
</dialog>
2828

2929
<div
30-
class="flex flex-col lg:flex-row items-center lg:justify-between w-full bg-base-100 p-4 lg:p-6 border-b border-b-base-200 gap-4 lg:gap-0 max-w-[1400px] mx-auto"
30+
class="flex flex-col lg:flex-row items-center lg:justify-between w-full bg-base-100 p-4 lg:p-6 border-b border-b-base-200 gap-4 lg:gap-0 mx-auto"
3131
>
3232
<div class="flex items-center gap-4 w-full lg:w-auto justify-center lg:justify-start">
3333
<img src="/logo.svg" alt="Game Logo" class="h-12 lg:h-16 w-auto object-contain" />

0 commit comments

Comments
 (0)