some ui tweaks
- scrollbar collapse is now on chrome-top as show/hide library - adjusted rollover effect for nav playback-buttons
This commit is contained in:
parent
0f1f6c1e8f
commit
6ddc59a4e5
9 changed files with 989 additions and 896 deletions
|
@ -53,6 +53,16 @@
|
|||
<%- include('../svg/chevron-right.svg') %>
|
||||
</button>
|
||||
</div>
|
||||
<div class="app-chrome-item" v-if="cfg.advanced.experiments.includes('collapseSidebar')">
|
||||
<button
|
||||
class="playback-button collapseLibrary"
|
||||
v-b-tooltip.hover
|
||||
:title="chrome.sidebarCollapsed ? getLz('action.showLibrary') : getLz('action.hideLibrary')"
|
||||
@click="chrome.sidebarCollapsed = !chrome.sidebarCollapsed">
|
||||
<span v-if="chrome.sidebarCollapsed"></span>
|
||||
<span v-else></span>
|
||||
</button>
|
||||
</div>
|
||||
<div
|
||||
class="vdiv display--large"
|
||||
v-if="getThemeDirective('windowLayout') != 'twopanel'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue