Stil değişikliği
This commit is contained in:
@@ -672,6 +672,7 @@ async function loadMovies() {
|
||||
padding: 12px 12px 16px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
cursor: pointer;
|
||||
border: 1px solid #e1e1e1;
|
||||
|
||||
@@ -313,9 +313,9 @@
|
||||
style="display:none;"
|
||||
/>
|
||||
</label>
|
||||
<button class="btn-primary" on:click={addMagnet}>
|
||||
<i class="fa-solid fa-magnet btn-icon"></i> Magnet
|
||||
</button>
|
||||
<label class="btn-primary" on:click={addMagnet}>
|
||||
<i class="fa-solid fa-magnet btn-icon"></i> MAGNET
|
||||
</label>
|
||||
</div>
|
||||
|
||||
{#if torrents.length === 0}
|
||||
|
||||
Reference in New Issue
Block a user