diff --git a/app/resources/views/components/file.twig b/app/resources/views/components/file.twig index cd91b66..038cc61 100644 --- a/app/resources/views/components/file.twig +++ b/app/resources/views/components/file.twig @@ -3,7 +3,7 @@ class="flex flex-col items-center rounded-lg group hover:bg-gray-200 hover:shadow" >
-
+
{% if parentDir %} {% else %} @@ -11,26 +11,22 @@ {% endif %}
-
-
-
- {{ parentDir ? '..' : file.getRelativePathname }} -
- - {% if file.isFile %} -
- -
- {% endif %} -
+
+ {{ parentDir ? '..' : file.getRelativePathname }}
+ {% if file.isFile %} +
+ +
+ {% endif %} +