Skip to content

Commit

Permalink
fixed css for mobile, closes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
LeKovr committed Apr 6, 2020
1 parent 4d58b82 commit ccdf01c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions cmd/webtail/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel='shortcut icon' type='image/x-icon' href='favicon.ico' />
<script src="jquery-2.1.4.min.js"></script>
<script src="webtail.js"></script>
Expand Down Expand Up @@ -35,8 +36,8 @@
</div>
<div id="src" class="hide content">
<div class="top">
<div class="right"><form><input id="mask" name="mask" type="text" size=5 placeholder="mask" /></form> <button id="flag">FOLLOW</button></div>
<div id="tail-top" class="left"><h4><a href="#">WebTail</a> / <span rel="title"></span></h4></div>
<div class="right"><form><input id="mask" name="mask" type="text" size=5 placeholder="mask" /></form> <button id="flag">FOLLOW</button></div>
</div>
<div id="tail-data" class="data"></div>
</div>
Expand Down

0 comments on commit ccdf01c

Please sign in to comment.