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

@@ -9,7 +9,7 @@
v-if="container.state === 'running'"
/>
<ContainerActionsToolbar @clear="viewer?.clear()" class="mobile-hidden" :container="container" />
<ContainerActionsToolbar @clear="viewer?.clear()" class="max-md:hidden" :container="container" />
<a class="btn btn-circle btn-xs" @click="close()" v-if="closable">
<mdi:close />
</a>