Skip to content

Commit

Permalink
fix: move shortcuts overlay in front of settings
Browse files Browse the repository at this point in the history
  • Loading branch information
open-dynaMIX committed Feb 21, 2021
1 parent cae4427 commit f038794
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions webui-page/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,6 @@
<div id="playlist"></div>
</div>

<div id="shortcuts-overlay" class="overlay">
<div onClick="toggleOverlay('shortcuts-overlay')" class="overlay-top">
<i class="far fa-times-circle"></i>
</div>
<table id="shortcuts-table">
<tr>
<td><b class="fas fa-keyboard"></b></td>
<td>Action</td>
</tr>
</table>
</div>

<div id="settings-overlay" class="overlay">
<div onClick="toggleOverlay('settings-overlay')" class="overlay-top">
<i class="far fa-times-circle"></i>
Expand All @@ -84,6 +72,18 @@ <h4>Settings</h4>
<a class="repo-link" href="https://github.com/open-dynaMIX/simple-mpv-webui" target="_blank" title="simple-mpv-webui on GitHub"><i class="fab fa-github"></i></a>
</div>

<div id="shortcuts-overlay" class="overlay">
<div onClick="toggleOverlay('shortcuts-overlay')" class="overlay-top">
<i class="far fa-times-circle"></i>
</div>
<table id="shortcuts-table">
<tr>
<td><b class="fas fa-keyboard"></b></td>
<td>Action</td>
</tr>
</table>
</div>

<div class="burger">
<a href="#" onClick="toggleOverlay('playlist-overlay'); return false;" title="Show playlist"><i class="fas fa-list-ul"></i></a>
</div>
Expand Down

0 comments on commit f038794

Please sign in to comment.