mirror of
https://github.com/orangeglo/gbnp.git
synced 2026-08-20 07:34:22 -05:00
Reorg and adjust settings
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user