fix: gorb marquee not being part of page flexbox
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
13d4369c48
commit
36f21f7ff5
2 changed files with 7 additions and 7 deletions
7
app.vue
7
app.vue
|
@ -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>
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue