1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

chore: removes mobile-hidden (#3522)

This commit is contained in:
Amir Raminfar
2025-01-08 08:14:15 -08:00
committed by GitHub
parent 19ebbccc29
commit 2f0dd4f36f
13 changed files with 22 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
<template>
<aside>
<header class="flex items-center gap-4">
<h1 class="mobile-hidden text-2xl">{{ container.name }}</h1>
<h1 class="text-2xl max-md:hidden">{{ container.name }}</h1>
<h2 class="text-sm"><DistanceTime :date="container.created" /></h2>
</header>