mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-19 01:03:56 +00:00
tweak dialogues
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
<slot name="icon" />
|
||||
{/if}
|
||||
{#if $$slots.title}
|
||||
<h1>
|
||||
<h2>
|
||||
<slot name="title" />
|
||||
</h1>
|
||||
</h2>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
@@ -78,9 +78,10 @@
|
||||
gap: 1rem;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
width: 100%;
|
||||
background-color: var(--grey-six);
|
||||
margin-bottom: 8px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.modal {
|
||||
|
||||
@@ -53,9 +53,8 @@
|
||||
<img src={current.gdrive_direct_url} alt={current.filename} />
|
||||
<div class="text">
|
||||
<h2>{name}</h2>
|
||||
<h6>{current.filename}</h6>
|
||||
{#if has_variants}
|
||||
<h4>This logo has variants</h4>
|
||||
<h6>This logo has variants</h6>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user