Skip to content

Commit

Permalink
fix: fixes stats hidden on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Dec 22, 2024
1 parent e5c1f88 commit e721acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/components/ContainerViewer/ContainerLog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<template #header v-if="showTitle">
<div class="mx-2 flex items-center gap-2 @container md:ml-4">
<ContainerTitle :container="container" />
<MultiContainerStat class="ml-auto hidden @3xl:flex" :containers="[container]" />
<MultiContainerStat class="ml-auto lg:hidden lg:@3xl:flex" :containers="[container]" />

<ContainerActionsToolbar @clear="viewer?.clear()" class="mobile-hidden" :container="container" />
<a class="btn btn-circle btn-xs" @click="close()" v-if="closable">
Expand Down

0 comments on commit e721acf

Please sign in to comment.