diff --git a/app/templates/home.html b/app/templates/home.html index d5fa08d..13a6808 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -8,10 +8,10 @@
{% for chat in chats %} + class="p-4 rounded shadow hover:shadow-md hover:border hover:border-blue-300 hover:bg-blue-100 dark:bg-red-700 dark:hover:bg-red-500"> -
{{chat.name}}
+
{{chat.name}}
{% endfor %} diff --git a/app/templates/index.html b/app/templates/index.html index a422725..48240ac 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -50,7 +50,7 @@
+ class="text-sm items-center justify-center w-full min-h-full sm:w-2/5 md:w-1/4 lg:w-1/6 rounded m-2 shadow hover:shadow-lg dark:bg-red-700"> {% if item.media %}