mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
major redesign and refactor
+ centralized urls + reduce max app width + bump up header height to 23rem
This commit is contained in:
+2
-2
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user