hide time if not needed

This commit is contained in:
Julian Krauser 2025-01-16 13:50:10 +01:00
parent 15431450ac
commit b7e5e9e7fa
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<template>
<header class="sticky top-0 h-fit">
<header class="sticky top-0 h-fit z-50">
<div
primary
class="h-24 min-h-fit w-full px-4 md:px-12 py-2.5 justify-between items-center gap-5 flex overflow-hidden"