Reorg and adjust settings

This commit is contained in:
Evan Barger
2020-04-13 20:52:17 -04:00
parent 8636b1289e
commit f993fd7ccd
2 changed files with 5 additions and 5 deletions

View File

@@ -105,14 +105,14 @@
<label for="font3" id="gamer" class="radio-label">Gamer</label>
</div>
<ticker-settings :processor="processor" :font-index="fontIndex" :fonts-loaded="fontsLoaded"></ticker-settings>
<div class="settings-row">
<label class="settings-label" id="forceDMG-label" for="forceDMG-input">Force DMG Menu/Music: </label>
<label class="settings-label" for="forceDMG-input">Force DMG Menu: </label>
<input id="forceDMG-input" type="checkbox" v-model:checked="forceDMG"/>
The DMG menu and music will be used on color systems. <a href="img/menu_comparison.png">Comparison here.</a>
<label for="forceDMG-input">The DMG menu and music will be used on color systems.</label> <a href="img/menu_comparison.png">Comparison here.</a>
</div>
<ticker-settings :processor="processor" :font-index="fontIndex" :fonts-loaded="fontsLoaded"></ticker-settings>
<div class="settings-row">
<label class="settings-label" id="filename-label" for="filename-input">Download Filename: </label>
<input id="filename-input" type="text" v-model:value="filename"/>

View File

@@ -140,7 +140,7 @@ tbody tr:nth-child(odd) {
.settings-label {
font-weight: bold;
margin-right: 20px;
min-width: 190px;
min-width: 160px;
display: inline-block;
vertical-align: top;
}