major redesign and refactor

+ centralized urls
+ reduce max app width
+ bump up header height to 23rem
This commit is contained in:
geoffrey45
2022-09-15 12:36:30 +03:00
parent 69b8b17e84
commit 94eb198e47
17 changed files with 179 additions and 82 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
<Modal />
<Notification />
<div id="tooltip"></div>
<div
<section
id="app-grid"
:class="{
showAltNP: settings.use_sidebar && settings.use_alt_np,
@@ -19,7 +19,7 @@
<NowPlayingRight />
<SearchInput v-if="settings.use_sidebar && xl" />
<RightSideBar v-if="settings.use_sidebar && xl" />
</div>
</section>
</template>
<script setup lang="ts">