Skip to content
Merged
Changes from 1 commit
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 resources/js/pages/layout/Outside.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ onMounted(() => {
<template>
<div class="relative mx-auto max-w-[400px] items-center justify-center">
<div class="flex items-center justify-center py-6">
<div class="logo relative z-10 max-w-3/4 md:pt-18">
<div class="logo relative z-10 max-w-3/4 md:pt-18 z-0">
Comment thread
SteveEdson marked this conversation as resolved.
Outdated
<template v-if="customLogo">
<img
:src="lightCustomLogo"
Expand Down
Loading