update padding

This commit is contained in:
ghost 2023-10-10 04:11:57 +03:00
parent 8ab4c0b9cf
commit f8969ba66e

View File

@ -1,4 +1,4 @@
<form class="margin-t-8-px" name="search" method="get" action="{{ path('search_index') }}"> <form class="margin-t-16-px" name="search" method="get" action="{{ path('search_index') }}">
<input class="min-width-200-px" type="text" name="query" value="{{ query }}" placeholder="{{ 'Keyword, file, hash...' | trans }}" /> <input class="min-width-200-px" type="text" name="query" value="{{ query }}" placeholder="{{ 'Keyword, file, hash...' | trans }}" />
<select name="type"> <select name="type">
{% if type == 'torrent' %} {% if type == 'torrent' %}