Canvia estil de la playlist i suggerir temes coocurrents
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<li id="tune-entry-{{ tema_entry.id }}"
|
||||
class="flex flex-col items-center my-1">
|
||||
class="flex flex-col items-center my-1 w-full">
|
||||
<div class="flex flex-row">
|
||||
<input
|
||||
name="query"
|
||||
@@ -10,8 +10,8 @@
|
||||
{% endif %}
|
||||
placeholder="Busca un tema..."
|
||||
class="border border-beige focus:outline-none
|
||||
rounded text-center
|
||||
bg-brown p-1 m-1"
|
||||
rounded text-center text-black
|
||||
p-1 m-1"
|
||||
hx-get="/api/sessio/{{ session_id }}/set/{{ set_id }}/tema/{{ tema_entry.id }}/busca"
|
||||
hx-trigger="revealed, keyup delay:500ms changed"
|
||||
hx-target="#tune-entry-{{ tema_entry.id }}-search-results"
|
||||
|
||||
Reference in New Issue
Block a user