mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
use v-auto-animate small parts of the UI
This commit is contained in:
committed by
Mungai Njoroge
parent
52cec1d906
commit
446536f2d8
+1
-2
@@ -8,7 +8,7 @@
|
||||
:class="{
|
||||
noSidebar: !settings.use_sidebar || !xl,
|
||||
NoSideBorders: !xxl,
|
||||
extendWidth: settings.extend_width && settings.extend_width_enabled,
|
||||
extendWidth: settings.extend_width && settings.can_extend_width,
|
||||
}"
|
||||
>
|
||||
<LeftSidebar />
|
||||
@@ -16,7 +16,6 @@
|
||||
<div id="acontent" v-element-size="updateContentElemSize">
|
||||
<router-view />
|
||||
</div>
|
||||
<!-- <SearchInput v-if="settings.use_sidebar && xl" /> -->
|
||||
<RightSideBar v-if="settings.use_sidebar && xl" />
|
||||
<BottomBar />
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user