fix: gorb marquee not being part of page flexbox
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
Twig 2025-07-12 22:53:48 +02:00
parent 13d4369c48
commit 36f21f7ff5
No known key found for this signature in database
2 changed files with 7 additions and 7 deletions

View file

@ -1,12 +1,5 @@
<template> <template>
<div> <div>
<div id="homebar">
<div class="homebar-item">
<marquee>
gorb!!!!!
</marquee>
</div>
</div>
<Banner v-if="banner" /> <Banner v-if="banner" />
<NuxtPage :keepalive="true" /> <NuxtPage :keepalive="true" />
</div> </div>

View file

@ -1,6 +1,13 @@
<template> <template>
<Loading v-show="loading" /> <Loading v-show="loading" />
<div :class="{ hidden: loading, visible: !loading }" id="client-root"> <div :class="{ hidden: loading, visible: !loading }" id="client-root">
<div id="homebar">
<div class="homebar-item">
<marquee>
gorb!!!!!
</marquee>
</div>
</div>
<div id = "page-content"> <div id = "page-content">
<div id="left-column"> <div id="left-column">
<NuxtLink id="home-button" href="/me"> <NuxtLink id="home-button" href="/me">