mirror of
https://git.sr.ht/~metalune/simpleweb_peertube
synced 2024-12-22 08:55:47 +01:00
Update input bar to max-width: 100%
This commit is contained in:
parent
a29f3e9ba9
commit
3794cf09a2
@ -13,7 +13,7 @@
|
|||||||
<center>
|
<center>
|
||||||
<h2>{{ instance_name }}</h2>
|
<h2>{{ instance_name }}</h2>
|
||||||
<form action="/{{ domain }}/search" method="POST">
|
<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>
|
<button type="submit">Search</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<h5>A simple frontend for PeerTube</h5>
|
<h5>A simple frontend for PeerTube</h5>
|
||||||
|
|
||||||
<form action="/search" method="POST">
|
<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>
|
<button type="submit">Search</button>
|
||||||
</form>
|
</form>
|
||||||
</center>
|
</center>
|
||||||
|
Loading…
Reference in New Issue
Block a user