mirror of
https://github.com/unraid/api.git
synced 2025-12-30 21:19:49 -06:00
fix: info alert docker icon (#1661)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user