feat: packages fullscreen dialogue

This commit is contained in:
afn
2022-12-26 02:26:11 -05:00
parent 6f6f30e3bb
commit 715cb6a37d
9 changed files with 123 additions and 81 deletions

View File

@@ -8,9 +8,9 @@
<section class="hero">
<div class="hero-text">
<h1>Continuing the <br />legacy of <span>Vanced.</span></h1>
<h4>
<p>
Customize your mobile experience through ReVanced <br /> by applying patches to your applications.
</h4>
</p>
<div class="hero-buttons">
<Button icon="download" kind="primary" href="download">Download Manager</Button>
<Button icon="docs" href="patches">View patches</Button>
@@ -24,7 +24,7 @@
margin-bottom: 1.5rem;
}
h4 {
p {
margin-bottom: 2rem;
}

View File

@@ -6,7 +6,7 @@
import Navigation from './NavButton.svelte';
import Svg from '$lib/components/Svg.svelte';
import Modal from '$lib/components/Modal.svelte';
import Modal from '$lib/components/Dialogue.svelte';
import Button from '$lib/components/Button.svelte';
import { clear_and_reload } from '$data/api/cache';