fix: header padding regression (#1477)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Style**
* Improved spacing in the header and user profile components by adding
top and right margins for a cleaner layout.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Eli Bosley
2025-07-08 11:55:45 -04:00
committed by GitHub
parent 5ce5d19db0
commit e791cc680d
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ const updateOsStatus = computed(() => {
</script> </script>
<template> <template>
<div class="flex flex-col gap-y-2"> <div class="flex flex-col gap-y-2 mt-2">
<a <a
:href="unraidLogoHeaderLink.href" :href="unraidLogoHeaderLink.href"
:title="unraidLogoHeaderLink.title" :title="unraidLogoHeaderLink.title"

View File

@@ -100,7 +100,7 @@ onMounted(() => {
<template> <template>
<div <div
id="UserProfile" id="UserProfile"
class="text-foreground relative z-20 flex flex-col h-full gap-y-1" class="text-foreground relative z-20 flex flex-col h-full gap-y-1 mt-2 mr-2"
> >
<div <div
v-if="bannerGradient" v-if="bannerGradient"