Skip to content

Commit 862b54d

Browse files
authored
fix(HeaderOsVersion): adjust top margin for header component (#1485)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Increased top margin in the OS version header for improved spacing. * Updated user profile container to use padding instead of margin for better layout consistency. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 9624ca5 commit 862b54d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/components/HeaderOsVersion.ce.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const updateOsStatus = computed(() => {
7878
</script>
7979

8080
<template>
81-
<div class="flex flex-col gap-y-2 mt-2">
81+
<div class="flex flex-col gap-y-2 mt-6">
8282
<a
8383
:href="unraidLogoHeaderLink.href"
8484
:title="unraidLogoHeaderLink.title"

web/components/UserProfile.ce.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ onMounted(() => {
100100
<template>
101101
<div
102102
id="UserProfile"
103-
class="text-foreground relative z-20 flex flex-col h-full gap-y-1 mt-2 mr-2"
103+
class="text-foreground relative z-20 flex flex-col h-full gap-y-1 pt-2 pr-2"
104104
>
105105
<div
106106
v-if="bannerGradient"

0 commit comments

Comments
 (0)