mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-20 04:01:06 -05:00
Nicer UI
This commit is contained in:
@@ -45,9 +45,14 @@ if (user) { window.location.replace("/u/" + user); }
|
|||||||
|
|
||||||
<div class="clearfix">
|
<div class="clearfix">
|
||||||
<label for="username">Twitter username</label>
|
<label for="username">Twitter username</label>
|
||||||
<div class="input">
|
|
||||||
|
<div class="input-group input-group-lg">
|
||||||
|
<span class="input-group-addon">@</span>
|
||||||
<input class="form-control" id="username" type="text" name="id" autocomplete="off" required placeholder="kaihendry">
|
<input class="form-control" id="username" type="text" name="id" autocomplete="off" required placeholder="kaihendry">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="input">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button class="btn btn-primary btn-lg" id="b" onclick="submitPressed()">Fetch tweets</button>
|
<button class="btn btn-primary btn-lg" id="b" onclick="submitPressed()">Fetch tweets</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user