Browse Source

update paddings

main
ghost 1 year ago
parent
commit
649838d4ee
  1. 2
      templates/default/search/module.html.twig

2
templates/default/search/module.html.twig

@ -1,4 +1,4 @@
<form class="margin-t-16-px margin-b-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' %}

Loading…
Cancel
Save