mirror of
https://github.com/unraid/api.git
synced 2026-02-20 15:08:29 -06:00
fix: adjust header styles to fix flashing and width issues - thanks ZarZ
This commit is contained in:
@@ -158,7 +158,7 @@ const updateOsStatus = computed(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="mt-4 ml-4 flex flex-col gap-y-2">
|
||||
<div class="mt-4 ml-4 flex max-w-fit flex-col gap-y-2">
|
||||
<a
|
||||
:href="unraidLogoHeaderLink.href"
|
||||
:title="unraidLogoHeaderLink.title"
|
||||
|
||||
@@ -110,10 +110,10 @@ onMounted(() => {
|
||||
>
|
||||
<template v-if="description && theme?.descriptionShow">
|
||||
<span
|
||||
class="hidden text-center text-base md:inline-flex md:items-center md:text-right"
|
||||
class="hidden text-center text-base md:!inline-flex md:items-center md:text-right"
|
||||
v-html="description"
|
||||
/>
|
||||
<span class="text-header-text-secondary hidden px-2 md:inline-flex md:items-center"
|
||||
<span class="text-header-text-secondary hidden px-2 md:!inline-flex md:items-center"
|
||||
>•</span
|
||||
>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user