We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c9f6e commit 457dc7cCopy full SHA for 457dc7c
src/Web/Documentation/show.view.php
@@ -114,9 +114,9 @@ class="
114
</x-template>
115
</ul>
116
117
- <div class="mt-auto flex flex-col gap-y-4">
+ <div class="justify-end mt-4 grow flex flex-col gap-y-4">
118
<!-- Version warning -->
119
- <div :if="$this->currentChapter->version === \App\Web\Documentation\Version::MAIN">
+ <div :if="$this->currentChapter->version === \App\Web\Documentation\Version::MAIN" class="mt-4">
120
<div class="text-sm text-(--ui-warning) inline-flex items-baseline gap-x-1.5">
121
<x-icon name="tabler:info-circle" class="translate-y-[2px] size-4 shrink-0" />
122
<span>This documentation is for an upcoming version of Tempest and is subject to change.</span>
0 commit comments