fix: info alert docker icon (#1661)

This commit is contained in:
Eli Bosley
2025-09-04 15:18:07 -04:00
committed by GitHub
parent 77cfc07dda
commit 239cdd6133
2 changed files with 9 additions and 2 deletions

View File

@@ -698,4 +698,11 @@
.sonner-loader[data-visible='false'] {
opacity: 0;
transform: scale(0.8) translate(-50%, -50%);
}
/* Override Unraid webgui docker icon styles on sonner containers */
[data-sonner-toast] [data-icon]:before,
[data-sonner-toast] .fa-docker:before {
font-family: inherit !important;
content: '' !important;
}

View File

@@ -141,7 +141,7 @@ const updateOsStatus = computed(() => {
</script>
<template>
<div class="flex flex-col gap-y-2 mt-2 ml-2">
<div class="flex flex-col gap-y-2 mt-4 ml-4">
<a
:href="unraidLogoHeaderLink.href"
:title="unraidLogoHeaderLink.title"
@@ -165,7 +165,7 @@ const updateOsStatus = computed(() => {
:title="t('Version Information')"
>
<InformationCircleIcon
class="fill-current w-3 h-3 xs:w-4 xs:h-4 shrink-0"
:style="{ width: '12px', height: '12px', flexShrink: 0 }"
/>
{{ displayOsVersion }}
</Button>