Skip to content

Commit

Permalink
polishing up general settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Rappaport committed Mar 15, 2021
1 parent b794460 commit 36b26cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gc-btt-settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
font-size: 14px;
margin: 24px 48px 64px 48px;
padding: 0;
height: 730px;
height: 703px;
width: 1000px;
background: transparent;
-webkit-transform: translate3d(0, 0, 0);
Expand All @@ -27,7 +27,7 @@
.padding-close-control {
position: absolute;
z-index: -1;
top: -12px;
top: -24px;
bottom: -64px;
left: -48px;
right: -48px;
Expand Down Expand Up @@ -615,7 +615,7 @@
<button class="traffic-light traffic-light-close" id="close" onClick="trigger_named_async_without_response('Show GC-BTT Settings')"></button>
</div>
<h1 class="BTTDraggable">GC-BTT Settings</h1>
<ul class="BTTDraggable">
<ul>
<li id="default" class="tablink" onClick="openTab(event, 'general')">
<img src="https://raw.githubusercontent.com/GoldenChaos/GoldenChaos-BTT/master/watchos-icons/settings.png" alt="">
General
Expand Down Expand Up @@ -692,7 +692,7 @@ <h3>Modifier Strips</h3>
</span>
<span class="description">
Control Strip
<small>Hold Command (^) to access a variety of important system controls.</small>
<small>Hold control (&#8963;) to access a variety of important system controls.</small>
</span>
<input type="checkbox"><i></i>
</label>
Expand All @@ -704,7 +704,7 @@ <h3>Modifier Strips</h3>
</span>
<span class="description">
Option Strip (Window Snapping)
<small>Hold Option (&#8997;) to access quick window snapping controls.</small>
<small>Hold option (&#8997;) to access quick window snapping controls.</small>
</span>
<input type="checkbox"><i></i>
</label>
Expand All @@ -716,7 +716,7 @@ <h3>Modifier Strips</h3>
</span>
<span class="description">
Command Strip (Dock)
<small>Hold Command (&#8984;) to show the macOS dock on your Touch Bar.</small>
<small>Hold command (&#8984;) to show the macOS dock on your Touch Bar.</small>
</span>
<input type="checkbox"><i></i>
</label>
Expand Down

0 comments on commit 36b26cf

Please sign in to comment.