Skip to content

Commit

Permalink
Updated snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Lizardguard committed Jan 7, 2025
1 parent b885b2f commit cdead4e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`LoadingScreenControlsExplanation should render 1`] = `
<div>
<div
class="row-span-4 w-[90vw] max-w-[80vw] portrait:h-[50vh] max-h-[45vh] bg-buttonbgblue p-4 rounded-xl overflow-y-auto"
class="row-span-4 w-[90vw] relative max-w-[80vw] portrait:h-[50vh] max-h-[45vh] bg-buttonbgblue p-4 rounded-xl overflow-y-auto"
>
<h1
class="font-bold portrait:pb-6 text-adlerdarkblue"
Expand Down Expand Up @@ -239,7 +239,7 @@ exports[`LoadingScreenControlsExplanation should render 1`] = `
</div>
</div>
<p
class="w-full text-xs text-center"
class="w-full text-xs text-center absolute bottom-5"
>
hint_controlsExplanationModal
</p>
Expand Down

0 comments on commit cdead4e

Please sign in to comment.