mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
remove content div margin bottom if alt_np is not shown
This commit is contained in:
+7
-8
@@ -2,16 +2,15 @@
|
||||
<ContextMenu />
|
||||
<Modal />
|
||||
<Notification />
|
||||
<div id="app-grid">
|
||||
<div
|
||||
id="app-grid"
|
||||
:class="{
|
||||
showAltNP: settings.use_alt_np,
|
||||
}"
|
||||
>
|
||||
<LeftSidebar />
|
||||
<NavBar />
|
||||
<div
|
||||
id="acontent"
|
||||
class="rounded"
|
||||
:style="{
|
||||
marginBottom: !settings.use_alt_np ? '-1rem' : '0',
|
||||
}"
|
||||
>
|
||||
<div id="acontent" class="rounded">
|
||||
<router-view />
|
||||
</div>
|
||||
<NowPlayingRight />
|
||||
|
||||
Reference in New Issue
Block a user