mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-26 15:25:18 +02:00
Fixed header styles
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<header id="header" class="bg-blue-600 shadow sticky top-0">
|
||||
<div class="container flex flex-coljustify-between items-center mx-auto p-4 md:flex-row">
|
||||
<div class="container flex flex-col flex-coljustify-between items-center mx-auto p-4 md:flex-row">
|
||||
<div class="flex-grow font-mono text-white text-sm tracking-tight mb-2 md:my-1">
|
||||
<a href="." class="hover:underline">Home</a>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
<div class="flex justify-end items-center">
|
||||
{% if not search %}
|
||||
<a href="?zip={{ path }}" title="Download this Directory" class="inline-block text-white mx-2">
|
||||
<a href="?zip={{ path }}" title="Download this Directory" class="inline-block text-white mx-2 p-1 hover:text-gray-400">
|
||||
<i class="fas fa-download fa-lg"></i>
|
||||
</a>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user