mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-29 22:24:31 +02:00
chore: Remove unused imports/style declaration (#237)
This commit is contained in:
parent
9275193333
commit
abdf24f34a
@ -163,13 +163,6 @@
|
|||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
|
||||||
display: flex;
|
|
||||||
gap: 1rem;
|
|
||||||
flex-direction: column;
|
|
||||||
width: max-content;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 1050px) {
|
@media screen and (max-width: 1050px) {
|
||||||
.footer-top {
|
.footer-top {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { fade } from 'svelte/transition';
|
import { fade } from 'svelte/transition';
|
||||||
import { quadInOut } from 'svelte/easing';
|
import { quadInOut } from 'svelte/easing';
|
||||||
import { disableScrollHandling } from '$app/navigation';
|
|
||||||
export let modalOpen = false;
|
export let modalOpen = false;
|
||||||
export let fullscreen = false;
|
export let fullscreen = false;
|
||||||
export let notDismissible = false;
|
export let notDismissible = false;
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
import { derived } from 'svelte/store';
|
import { derived } from 'svelte/store';
|
||||||
import { onMount } from 'svelte';
|
import { onMount } from 'svelte';
|
||||||
import { browser } from '$app/environment';
|
import { browser } from '$app/environment';
|
||||||
import { page } from '$app/stores';
|
|
||||||
|
|
||||||
import { QueryClient } from '@tanstack/query-core';
|
import { QueryClient } from '@tanstack/query-core';
|
||||||
import { persistQueryClient } from '@tanstack/query-persist-client-core';
|
import { persistQueryClient } from '@tanstack/query-persist-client-core';
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
import Picture from '$lib/components/Picture.svelte';
|
import Picture from '$lib/components/Picture.svelte';
|
||||||
import Dialogue from '$lib/components/Dialogue.svelte';
|
import Dialogue from '$lib/components/Dialogue.svelte';
|
||||||
import { onMount } from 'svelte';
|
import { onMount } from 'svelte';
|
||||||
import ContributorPerson from '../contributors/ContributorPerson.svelte';
|
|
||||||
|
|
||||||
const query = createQuery(['manager'], queries.manager);
|
const query = createQuery(['manager'], queries.manager);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user