vorrübergehende_Lösung-Suchleiste
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
<div class="flex justify-center items-center min-w-30">
|
||||
<div class="flex justify-center items-center min-w-40">
|
||||
<form method="get" action="{% url 'library:overview_quiz' %}" class="mr-2 ml-2 flex items-center justify-center w-screen max-w-sm bg-white rounded-full px-4 py-1 shadow-md">
|
||||
<input type="text" name="search" placeholder="Suche ..." value="{{ request.GET.search }}"
|
||||
class=" text-sm w-full px-3 py-1 text-black bg-transparent focus:outline-none lg:text-base">
|
||||
@@ -17,7 +17,7 @@
|
||||
</form></div>
|
||||
|
||||
|
||||
<div class="flex items-center space-x-4 md:w-32 ">
|
||||
<div class="flex items-center space-x-4 md:w-40 ">
|
||||
<ul class="flex space-x-4 qp-nav-list">
|
||||
{% if show_search %}
|
||||
<li class="hidden md:flex"><a href="{% url 'library:overview_quiz' %}">Bibliothek</a></li>
|
||||
|
||||
Reference in New Issue
Block a user