added some attributes for themes
https://docs.cider.sh/themes/available-attributes
This commit is contained in:
parent
44160dc104
commit
b432fa4d6b
2 changed files with 7 additions and 2 deletions
|
@ -65,7 +65,7 @@
|
|||
<div id="LOADER">
|
||||
<%- include("../assets/cider-round.svg") %>
|
||||
</div>
|
||||
<div id="app" :class="getAppClasses()">
|
||||
<div id="app" :class="getAppClasses()" :window-style="cfg.visual.directives.windowLayout">
|
||||
<transition name="fsModeSwitch">
|
||||
<div id="app-main" v-show="appMode == 'player'">
|
||||
<%- include('app/chrome-top'); %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue