[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -81,4 +81,3 @@ jobs:
|
|||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|
||||||
|
|||||||
@@ -307,7 +307,7 @@
|
|||||||
<div class="flex justify-center align-middle items-center">
|
<div class="flex justify-center align-middle items-center">
|
||||||
<div class="h-[30vh] m-auto w-auto mt-12">
|
<div class="h-[30vh] m-auto w-auto mt-12">
|
||||||
<img
|
<img
|
||||||
class="max-h-full max-w-full block"
|
class="max-h-full max-w-full block"
|
||||||
src={quiz_data.cover_image}
|
src={quiz_data.cover_image}
|
||||||
alt="Not provided"
|
alt="Not provided"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -163,7 +163,7 @@
|
|||||||
>
|
>
|
||||||
<div class="h-[20vh] m-auto w-auto">
|
<div class="h-[20vh] m-auto w-auto">
|
||||||
<img
|
<img
|
||||||
class="max-h-full max-w-full block"
|
class="max-h-full max-w-full block"
|
||||||
src={quiz.cover_image}
|
src={quiz.cover_image}
|
||||||
alt="Not provided"
|
alt="Not provided"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
@@ -307,7 +307,7 @@
|
|||||||
<div class="h-[30vh] m-auto w-auto">
|
<div class="h-[30vh] m-auto w-auto">
|
||||||
{#if visibleImages?.[i]?.[q]}
|
{#if visibleImages?.[i]?.[q]}
|
||||||
<img
|
<img
|
||||||
class="max-h-full max-w-full block"
|
class="max-h-full max-w-full block"
|
||||||
src={question.image}
|
src={question.image}
|
||||||
alt="Not provided"
|
alt="Not provided"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -71,7 +71,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
<p class="text-3xl text-center ">{$t('words.pin')}: {game_pin}</p>
|
<p class="text-3xl text-center">{$t('words.pin')}: {game_pin}</p>
|
||||||
<div class="flex justify-center w-full mt-4">
|
<div class="flex justify-center w-full mt-4">
|
||||||
<ul class="list-disc pl-8">
|
<ul class="list-disc pl-8">
|
||||||
{#if players.length > 0}
|
{#if players.length > 0}
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
{#if cover_image}
|
{#if cover_image}
|
||||||
<div class="flex justify-center align-middle items-center">
|
<div class="flex justify-center align-middle items-center">
|
||||||
<div class="h-[30vh] m-auto w-auto mt-12">
|
<div class="h-[30vh] m-auto w-auto mt-12">
|
||||||
<img class="max-h-full max-w-full block" src={cover_image} alt="Not provided" />
|
<img class="max-h-full max-w-full block" src={cover_image} alt="Not provided" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
bind:value={search_term}
|
bind:value={search_term}
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
class="inline-block px-6 py-2.5 bg-blue-600 text-white font-medium text-xs leading-tight uppercase rounded shadow-md hover:bg-blue-700 hover:shadow-lg focus:bg-blue-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-blue-800 active:shadow-lg transition duration-150 ease-in-out flex items-center disabled:opacity-50 disabled:cursor-not-allowed"
|
class="inline-block px-6 py-2.5 bg-blue-600 text-white font-medium text-xs leading-tight uppercase rounded shadow-md hover:bg-blue-700 hover:shadow-lg focus:bg-blue-700 focus:shadow-lg focus:outline-none focus:ring-0 active:bg-blue-800 active:shadow-lg transition duration-150 ease-in-out flex items-center disabled:opacity-50 disabled:cursor-not-allowed"
|
||||||
id="button-addon2"
|
id="button-addon2"
|
||||||
disabled={search_term.length <= 2}
|
disabled={search_term.length <= 2}
|
||||||
type="submit"
|
type="submit"
|
||||||
|
|||||||
@@ -79,7 +79,7 @@
|
|||||||
<div class="flex justify-center align-middle items-center">
|
<div class="flex justify-center align-middle items-center">
|
||||||
<div class="h-[20vh] m-auto w-auto max-h-[18vh]">
|
<div class="h-[20vh] m-auto w-auto max-h-[18vh]">
|
||||||
<img
|
<img
|
||||||
class="max-h-full max-w-full block"
|
class="max-h-full max-w-full block"
|
||||||
src={quiz.cover_image}
|
src={quiz.cover_image}
|
||||||
alt="Not provided"
|
alt="Not provided"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
<div class="flex justify-center align-middle items-center">
|
<div class="flex justify-center align-middle items-center">
|
||||||
<div class="h-[15vh] m-auto w-auto my-3">
|
<div class="h-[15vh] m-auto w-auto my-3">
|
||||||
<img
|
<img
|
||||||
class="max-h-full max-w-full block"
|
class="max-h-full max-w-full block"
|
||||||
src={quiz.cover_image}
|
src={quiz.cover_image}
|
||||||
alt="Not provided"
|
alt="Not provided"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user