Browse Source

Move scene selection to the bottom of the sidebar

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
d301485408
1 changed files with 14 additions and 9 deletions
  1. +14
    -9
      macrovision.html

+ 14
- 9
macrovision.html View File

@@ -65,15 +65,6 @@
</button>
<span class="menubar-group" id="spawners">

</span>
<span class="menubar-group" id="scenes">
<select id="scene-choices">

</select>
<button id="load-scene">
<i class="fas fa-cloud-upload-alt"></i>
<span class="sr-only">Load Scene</span>
</button>
</span>
<span class="menubar-group">
<button id="open-help">
@@ -196,6 +187,20 @@
<span id="options-attribution-source">
</span>
</span>
<h3 class="options-header" id="scenes-category-header">Preset Scenes</h3>
<span id="options-scenes">
<div class="options-row">
<select class="options-field-picker" id="scene-choices">

</select>
</div>
<div class="options-row">
<button id="load-scene">
<i class="fas fa-play-circle symbol-button"></i>
<span class="sr-only">Load Scene</span>
</button>
</div>
</span>
</div>
<div id="world">
<button class="scroll-button" id="zoom-in">


Loading…
Cancel
Save