Compare commits
5 commits
885fc5f906
...
0a8ae5fe31
Author | SHA1 | Date | |
---|---|---|---|
0a8ae5fe31 | |||
6221359a15 | |||
d18f00d1c0 | |||
3e0ce16cce | |||
2cc42a729b |
3 changed files with 8 additions and 8 deletions
7
app.vue
7
app.vue
|
@ -1,5 +1,12 @@
|
||||||
<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>
|
||||||
|
|
|
@ -55,7 +55,7 @@ function changeTheme(id: string, url: string) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
settingSave("selectedThemeUrl", id)
|
settingSave("selectedThemeId", id)
|
||||||
|
|
||||||
// if the theme didn't originally load for some reason, create it
|
// if the theme didn't originally load for some reason, create it
|
||||||
if (!themeLinkElement) {
|
if (!themeLinkElement) {
|
||||||
|
|
|
@ -1,13 +1,6 @@
|
||||||
<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