Update input bar to max-width: 100%
This commit is contained in:
parent
a29f3e9ba9
commit
3794cf09a2
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
<center>
|
||||
<h2>{{ instance_name }}</h2>
|
||||
<form action="/{{ domain }}/search" method="POST">
|
||||
<input size="45" type="text" name="query" id="query" placeholder="Search" value="{{ search_term }}"/>
|
||||
<input size="45" style="max-width: 100%" type="text" name="query" id="query" placeholder="Search" value="{{ search_term }}"/>
|
||||
<button type="submit">Search</button>
|
||||
</form>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<h5>A simple frontend for PeerTube</h5>
|
||||
|
||||
<form action="/search" method="POST">
|
||||
<input size="45" type="text" name="query" id="query" placeholder="SepiaSearch"/>
|
||||
<input size="45" style="max-width: 100%" type="text" name="query" id="query" placeholder="SepiaSearch"/>
|
||||
<button type="submit">Search</button>
|
||||
</form>
|
||||
</center>
|
||||
|
|
Loading…
Reference in a new issue