Skip to content

Commit

Permalink
smallFix
Browse files Browse the repository at this point in the history
  • Loading branch information
ircfspace committed Jan 14, 2024
1 parent 52870d8 commit e0b9585
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ p {
display: inline-block;
height: 26px;
float: left;
margin: 0 7px 10px 0;
margin: 0 7px 0px 0;
}
.switch input {
opacity: 0;
Expand Down
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,14 @@ <h1>اینترنت برای همه؛ یا هیچ‌کس!</h1>
<input class="form-control dirLeft" placeholder="Host" id="sni" />
<input class="form-control dirLeft" placeholder="PATH" id="path" />
</div>
<div class="orClass"><small>تنظیمات فرگمنت</small></div>
<div class="xsWidth">
<input class="form-control dirLeft" placeholder="Packets" id="packets" value="tlshello" />
<input class="form-control dirLeft" placeholder="Length" id="length" value="10-20" />
<input class="form-control dirLeft" placeholder="Interval" id="interval" value="10-20" />
</div>
<div class="clearfix"></div>
<label class="switch">
<input type="checkbox" id="tls" checked />
<span class="slider round"></span>
<strong>TLS</strong>
</label>
<label class="switch">
<input type="checkbox" id="early" checked />
<input type="checkbox" id="early" />
<span class="slider round"></span>
<strong>Early Data</strong>
</label>
Expand All @@ -95,12 +89,18 @@ <h1>اینترنت برای همه؛ یا هیچ‌کس!</h1>
<span class="slider round"></span>
<strong>Mux</strong>
</label>
<div class="orClass"><small>تنظیمات فرگمنت</small></div>
<div class="xsWidth">
<input class="form-control dirLeft" placeholder="Packets" id="packets" value="tlshello" />
<input class="form-control dirLeft" placeholder="Length" id="length" value="10-20" />
<input class="form-control dirLeft" placeholder="Interval" id="interval" value="10-20" />
</div>
<div class="muxForm none" id="muxForm">
<div class="orClass"><small>مقدار Concurrency</small></div>
<input class="form-control dirLeft" placeholder="Concurrency" id="concurrency" value="8" />
</div>
<div class="input-group fetchIps">
<button class="btn btn-default" type="submit" id="getFile">
<button class="btn btn-info" type="submit" id="getFile">
ایجاد فایل JSON
</button>
</div>
Expand Down

0 comments on commit e0b9585

Please sign in to comment.