added copy verse text button

This commit is contained in:
George Powell
2026-02-22 22:50:28 -05:00
parent 3bcd7ea266
commit 1de436534c
2 changed files with 93 additions and 70 deletions

View File

@@ -1,7 +1,6 @@
<script lang="ts">
import { fade, fly } from "svelte/transition";
import { getBookById, toOrdinal } from "$lib/utils/game";
import { onMount } from "svelte";
import Container from "./Container.svelte";
import CountdownTimer from "./CountdownTimer.svelte";
import ChapterGuess from "./ChapterGuess.svelte";
@@ -475,12 +474,6 @@
padding-right: 32px;
transform: rotate(-2deg);
transform-origin: right center;
}
.received-hint {
padding-right: 0;
padding-left: 32px;
transform: rotate(2deg);
transform-origin: left center;
margin-top: -6px;
}
</style>