Skip to content

Commit

Permalink
modified: index.html
Browse files Browse the repository at this point in the history
	modified:   src/styles.css
  • Loading branch information
death7654 committed Oct 2, 2023
1 parent 26fe571 commit 1f69ee5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -383,10 +383,12 @@ <h2 class="backlightText" id="rangeBacklight"><img
<input id="systemTrayInput" type="checkbox">
<span class="slider round"></span>
</label>
<!--
<label class="switch position3" id="startOnBoot">
<input id="startOnBootInput" type="checkbox">
<span class="slider round"></span>
</label>
-->
<label class="switch position4" id="startHidden">
<input id="startHiddenInput" type="checkbox">
<span class="slider round"></span>
Expand All @@ -396,8 +398,8 @@ <h3 class="startupFan">Start Custom Fan Curves On App Startup</h3>
<hr>
<h3>When Closed, App Minimizes To System Tray</h3>
<hr>
<h3 class="startBoot">Start App On Boot</h3>
<hr>
<!--<h3 class="startBoot">Start App On Boot</h3>
<hr>-->
<h3 class="startInTray">Start In System Tray</h3>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ input:checked+.slider:before {
.switch.position2 {
position: relative;
left: 587px;
top: 52px;
top: 57px;
}

.switch.position3 {
Expand All @@ -1355,8 +1355,8 @@ input:checked+.slider:before {

.switch.position4 {
position: relative;
left: 511px;
top: 170px;
left: 549px;
top: 120px;
}

.settingsText {
Expand All @@ -1376,7 +1376,7 @@ input:checked+.slider:before {

.startInTray {
position: relative;
top: 60px;
top: 30px;
}

/*main html file ends */
Expand Down

0 comments on commit 1f69ee5

Please sign in to comment.