"feat: Integrate Tailwind CSS

This commit is contained in:
Till Tomczak 2025-05-26 12:41:41 +02:00
parent 000bf774b6
commit 360cfb0b0e
4 changed files with 3 additions and 2 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@

View File

@ -608,7 +608,7 @@
</span>
<div>
<p class="text-sm text-slate-900 dark:text-white">{{ log.message }}</p>
<p class="text-xs text-slate-500 dark:text-slate-400 mt-1">{{ log.module }} - {{ log.timestamp.strftime('%d.%m.%Y %H:%M:%S') }}</p>
<p class="text-xs text-slate-500 dark:text-slate-400 mt-1">{{ log.module }} - {{ log.timestamp if log.timestamp is string else log.timestamp.strftime('%d.%m.%Y %H:%M:%S') }}</p>
</div>
</div>
</div>