|
|
|
@@ -1,7 +1,13 @@ |
|
|
|
<template> |
|
|
|
<div id="header"> |
|
|
|
<div> |
|
|
|
This is the (extremely early alpha of the) new Feast. If you're looking for the old version, <a href="https://classic.feast.crux.sexy">go here!</a> |
|
|
|
This is the (extremely early alpha of the) new Feast. |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<a href="https://classic.feast.crux.sexy">Old version</a> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<a href="https://discord.gg/vqcKVV6">Discord Server</a> |
|
|
|
</div> |
|
|
|
<div>Version: {{version}}</div> |
|
|
|
</div> |
|
|
|
@@ -21,11 +27,14 @@ export default class Header extends Vue { |
|
|
|
<style scoped> |
|
|
|
#header { |
|
|
|
flex: 1 1; |
|
|
|
max-height: 60pt; |
|
|
|
max-height: 30pt; |
|
|
|
width: 100%; |
|
|
|
background: #222; |
|
|
|
top: 0%; |
|
|
|
padding-top: 32pt; |
|
|
|
padding-bottom: 32pt; |
|
|
|
} |
|
|
|
a { |
|
|
|
color: #66b |
|
|
|
} |
|
|
|
</style> |