Skip to content

Commit

Permalink
Fix link column error message spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonamil committed Jul 19, 2024
1 parent 07ee17b commit d5a8b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TheLinkColumnBody.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<template>
<PageColumnBody class="relative">
<div
class="flex h-full flex-col items-center justify-center gap-3 pb-4"
class="flex h-full flex-col items-center justify-center gap-3"
:class="[view.availableColumns !== 1 && showErrorMessage ? 'bg-controls-color' : '']"
>
<template v-if="showErrorMessage">
<img
:src="currentErrorAsset"
class="size-32"
class="-mt-4 size-32"
:class="[view.darkColorSchemeIsActive && view.availableColumns === 1 ? 'opacity-80' : '']"
/>
<div
Expand Down

0 comments on commit d5a8b6b

Please sign in to comment.