| @@ -1,7 +1,13 @@ | |||||
| <template> | <template> | ||||
| <div id="header"> | <div id="header"> | ||||
| <div> | <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> | ||||
| <div>Version: {{version}}</div> | <div>Version: {{version}}</div> | ||||
| </div> | </div> | ||||
| @@ -21,11 +27,14 @@ export default class Header extends Vue { | |||||
| <style scoped> | <style scoped> | ||||
| #header { | #header { | ||||
| flex: 1 1; | flex: 1 1; | ||||
| max-height: 60pt; | |||||
| max-height: 30pt; | |||||
| width: 100%; | width: 100%; | ||||
| background: #222; | background: #222; | ||||
| top: 0%; | top: 0%; | ||||
| padding-top: 32pt; | padding-top: 32pt; | ||||
| padding-bottom: 32pt; | padding-bottom: 32pt; | ||||
| } | } | ||||
| a { | |||||
| color: #66b | |||||
| } | |||||
| </style> | </style> | ||||