mirror of
https://github.com/pupperpowell/bibdle.git
synced 2026-04-05 17:33:31 -04:00
added copy verse text button
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user