diff --git a/assets/components/HostMenu.vue b/assets/components/HostMenu.vue index 8ed8152a..26c39b8b 100644 --- a/assets/components/HostMenu.vue +++ b/assets/components/HostMenu.vue @@ -44,19 +44,20 @@ @@ -168,22 +169,7 @@ const menuItems = computed(() => { .menu { @apply text-[0.95rem]; } -.containers a { - @apply auto-cols-[auto_max-content_max-content]; - .pin { - display: none; - &:hover { - @apply text-secondary; - } - } - - &:hover { - .pin { - display: inline-block; - } - } -} li.exited { @apply opacity-50; } diff --git a/assets/components/LogViewer/ContainerName.vue b/assets/components/LogViewer/ContainerName.vue index 02a24431..fd39dd58 100644 --- a/assets/components/LogViewer/ContainerName.vue +++ b/assets/components/LogViewer/ContainerName.vue @@ -1,17 +1,10 @@ - + @@ -37,8 +38,4 @@ const color = computed(() => colors[Math.abs(hashCode(id)) % colors.length]); .random-color { background-color: v-bind(color); } - -.direction-rtl { - direction: rtl; -} diff --git a/assets/components/Popup.vue b/assets/components/Popup.vue index 51611a7b..b164b7bd 100644 --- a/assets/components/Popup.vue +++ b/assets/components/Popup.vue @@ -16,11 +16,10 @@