mirror of
https://github.com/unraid/api.git
synced 2025-12-31 05:29:48 -06:00
fix: info alert docker icon (#1661)
This commit is contained in:
@@ -699,3 +699,10 @@
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: scale(0.8) translate(-50%, -50%);
|
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;
|
||||||
|
}
|
||||||
@@ -141,7 +141,7 @@ const updateOsStatus = computed(() => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<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
|
<a
|
||||||
:href="unraidLogoHeaderLink.href"
|
:href="unraidLogoHeaderLink.href"
|
||||||
:title="unraidLogoHeaderLink.title"
|
:title="unraidLogoHeaderLink.title"
|
||||||
@@ -165,7 +165,7 @@ const updateOsStatus = computed(() => {
|
|||||||
:title="t('Version Information')"
|
:title="t('Version Information')"
|
||||||
>
|
>
|
||||||
<InformationCircleIcon
|
<InformationCircleIcon
|
||||||
class="fill-current w-3 h-3 xs:w-4 xs:h-4 shrink-0"
|
:style="{ width: '12px', height: '12px', flexShrink: 0 }"
|
||||||
/>
|
/>
|
||||||
{{ displayOsVersion }}
|
{{ displayOsVersion }}
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user