feat: Add new navigation sidebar and instance description block on /

This commit is contained in:
Jesse Wierzbinski 2024-04-25 13:04:45 -10:00
parent b105c40807
commit 9467cef34b
No known key found for this signature in database
11 changed files with 251 additions and 6 deletions

View file

@ -1,6 +1,6 @@
<template>
<div
class="flex mx-auto max-w-7xl min-h-screen flex-col gap-x-6 md:flex-row justify-center items-start md:py-12 lg:px-8 relative">
class="flex mx-auto md:pl-20 max-w-7xl min-h-screen flex-col gap-x-6 md:flex-row justify-center items-start md:py-12 lg:pr-8 relative">
<div v-if="account" class="w-full rounded ring-1 md:max-w-lg ring-white/10 pb-10">
<div class="w-full aspect-[8/3] border-b border-white/10 bg-dark-700">
<img v-if="account.header" :src="account.header" class="object-cover w-full h-full" />