setting option subtitle

This commit is contained in:
SpikeHD 2022-04-21 14:57:03 -07:00
parent 07062b159c
commit c28967f5a7
2 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,9 @@
<div class="settingsRow"> <div class="settingsRow">
<span class="settingLabel">Kill Switch</span> <span class="settingLabel">Kill Switch</span>
<input type="checkbox" id="killswitchOption" /> <input type="checkbox" id="killswitchOption" />
<span class="settingSubtitle">
Only for those very paranoid about bans. Kills the game *and your internet* if something happens to the proxy
</span>
</div> </div>
</div> </div>
</div> </div>

View File

@ -60,6 +60,12 @@ body {
margin-right: 50%; margin-right: 50%;
} }
.settingSubtitle {
color: rgb(165, 165, 165);
font-size: 0.8em;
font-weight: normal;
}
#ipList { #ipList {
position: absolute; position: absolute;
z-index: 99; z-index: 99;