update paddings

This commit is contained in:
yggverse 2025-08-20 09:35:25 +03:00
parent 03fcfe38a4
commit d4bfefedaa
2 changed files with 3 additions and 2 deletions

View file

@ -122,6 +122,7 @@ header > form > input[type="text"]:focus, form textarea:focus {
header > form > input[type="submit"] { header > form > input[type="submit"] {
cursor: pointer; cursor: pointer;
margin-left: 8px;
padding: 8px 16px; padding: 8px 16px;
} }

View file

@ -14,8 +14,8 @@
{% if description %}<p>{{ description }}</p>{% endif %} {% if description %}<p>{{ description }}</p>{% endif %}
<form action="/" method="GET"> <form action="/" method="GET">
{% if token %}<input type="hidden" name="token" value="{{ token }}" />{% endif %} {% if token %}<input type="hidden" name="token" value="{{ token }}" />{% endif %}
<input type="text" name="search" value="{% if search %}{{ search }}{% endif %}" placeholder="Search..." /> <input type="text" name="search" value="{% if search %}{{ search }}{% endif %}" placeholder="Search..."
<input type="submit" value="Search" /> /><input type="submit" value="Search" />
</form> </form>
<div> <div>
<a href="/rss">RSS</a> | <a href="/rss">RSS</a> |