Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/components/HeaderOsVersion.ce.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const updateOsStatus = computed(() => {
</script>

<template>
<div class="flex flex-col gap-y-2">
<div class="flex flex-col gap-y-2 mt-2">
<a
:href="unraidLogoHeaderLink.href"
:title="unraidLogoHeaderLink.title"
Expand Down
2 changes: 1 addition & 1 deletion web/components/UserProfile.ce.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ onMounted(() => {
<template>
<div
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
v-if="bannerGradient"
Expand Down