Add files via upload

This commit is contained in:
Rodrigo Emanuel
2025-04-24 10:07:58 -03:00
committed by GitHub
parent 748304890d
commit 44eaa6175d
4 changed files with 57 additions and 3 deletions

View File

@@ -37,6 +37,15 @@
<option value="es">Spanish</option>
</select>
</div>
<div class="setting slider">
<label>Chat Font Size<br><small>Changes ChatRD's font size</small></label>
<label>
<input type="range" id="font-slider" name="chatFontSize" min="0.1" max="2" step="0.1" value="1">
<br><em id="font-value">100%</em>
</label>
</div>
<div class="setting"><label>Events Mockup<br><small>Will show random fake events when Streamer.bot is <strong><u>offline</u></strong>.</small></label></label><label class="switch"><input type="checkbox" name="eventsMockup" checked><span class="slider"></span></label></div>
<div class="setting"><label>Horizontal Direction<br><small>Chat/Events will be horizontal.</small></label></label><label class="switch"><input type="checkbox" name="chatHorizontal"><span class="slider"></span></label></div>
<div class="setting"><label>Platforms<br><small>Shows the platforms icons.</small></label></label><label class="switch"><input type="checkbox" name="showPlatform" checked><span class="slider"></span></label></div>