Skip to content
Merged

Dev #772

Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d1bbbdf
Merge pull request #650 from ehang-io/master
ffdfgdfg Oct 7, 2020
75d13b0
Update server_config.md
bigcoder84 Oct 24, 2020
ad571da
[fix] add extra space between tables
wuhanstudio Jan 11, 2021
50b006b
[fix] set header space using bootstrap mt-3
wuhanstudio Jan 11, 2021
9dd569b
[fix] justify two columns
wuhanstudio Jan 11, 2021
ef33152
[fix] justify lists
wuhanstudio Jan 11, 2021
371c2ab
Merge pull request #727 from wuhanstudio/fix-login-page
ffdfgdfg Feb 8, 2021
3433d32
Merge pull request #666 from tianjindong/patch-1
ffdfgdfg Feb 8, 2021
f08d2eb
enable comment of conf titles
hellodword Feb 14, 2021
e2d85ed
Extract login logic from Verify. Also try an implicit login in /login…
caiych Mar 19, 2021
d331db7
Merge pull request #764 from caiych/noauth-better
ffdfgdfg Apr 7, 2021
9d5c3fd
Merge pull request #750 from hellodword/patch-1
ffdfgdfg Apr 7, 2021
f8dc745
update service, close #407
ffdfgdfg Apr 7, 2021
bebb6e9
update psutil
ffdfgdfg Apr 7, 2021
e4e3423
update mux
ffdfgdfg Apr 7, 2021
0518995
update package kcp, fix some arm device crash by cpuid package, fix #…
ffdfgdfg Apr 7, 2021
9142347
update package snappy
ffdfgdfg Apr 7, 2021
1c9424c
update go version
ffdfgdfg Apr 7, 2021
d251431
update android package
ffdfgdfg Apr 7, 2021
cb8464f
add android auto reconnect
ffdfgdfg Apr 7, 2021
5c13cee
update android package to v2
ffdfgdfg Apr 7, 2021
96188ee
change client closed text
ffdfgdfg Apr 7, 2021
36d858d
change sdk to block function call, close #480, close #745
ffdfgdfg Apr 7, 2021
09e69c7
change android build script
ffdfgdfg Apr 7, 2021
2b68fbd
bump version to 0.26.10, close #595 close #674
ffdfgdfg Apr 7, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[fix] set header space using bootstrap mt-3
  • Loading branch information
wuhanstudio committed Jan 11, 2021
commit 50b006bf72adea5168466e32a03fd5e270943072
1 change: 0 additions & 1 deletion web/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5727,7 +5727,6 @@ body.mini-navbar.fixed-sidebar .logo-element {
.loginColumns {
max-width: 800px;
margin: 0 auto;
padding: 100px 20px 20px 20px;
}
.passwordBox {
max-width: 460px;
Expand Down
2 changes: 1 addition & 1 deletion web/views/login/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h1 style="margin:0px" class="navbar-header font-bold" langtag="application"></h
</span>
</nav>
</div>
<div class="loginColumns animated fadeInDown">
<div class="loginColumns animated fadeInDown mt-3">
<div class="row">

<div class="col-md-6 mt-3">
Expand Down