Skip to content

Commit 78a2cfe

Browse files
committed
quicksafe
1 parent 7a970cf commit 78a2cfe

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<input id="claim_token" type="text" placeholder="Claim Account" autocomplete="off" />
1515
<textarea id="tokens" placeholder="Checker Accounts" autocomplete="off"></textarea>
1616
<textarea id="proxies" placeholder="Proxies" autocomplete="off"></textarea>
17+
<div class="auth">Use proxies for auth<input id="auth" type="checkbox"></div>
1718
</div>
1819
<div class="right">
1920
<div id="logs"></div>

src/styles.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,24 @@ textarea,
153153
input {
154154
line-height: 1;
155155
display: block;
156+
}
157+
158+
#auth {
159+
position: absolute;
160+
top: calc(50% + 1.5em);
161+
right: calc(50% + 1.5em);
162+
margin: 0;
163+
padding: 0;
164+
height: 1.5em;
165+
width: 3em;
166+
background-color: #000;
167+
appearance: none;
168+
-webkit-appearance: none;
169+
}
170+
171+
#auth::before {
172+
content: "";
173+
background-color: #fff;
174+
width: 1em;
175+
height: 1em;
156176
}

0 commit comments

Comments
 (0)