dev #1

Merged
sauceyred merged 36 commits from dev into main 2025-05-29 03:01:50 +00:00
Showing only changes of commit 52eab190ee - Show all commits

View file

@ -1,5 +1,4 @@
<template>
<NuxtLayout>
<div id="root-container" style="margin-top: 5dvh;">
<div id="main-container">
<div v-if="!instanceUrl">
@ -44,7 +43,6 @@
</div>
</div>
</div>
</NuxtLayout>
</template>
<script lang="ts" setup>