Stil değişikliği

This commit is contained in:
2025-10-27 07:00:28 +03:00
parent 221ad63956
commit 302fbec3a2
3 changed files with 6 additions and 4 deletions

View File

@@ -672,6 +672,7 @@ async function loadMovies() {
padding: 12px 12px 16px; padding: 12px 12px 16px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between;
gap: 12px; gap: 12px;
cursor: pointer; cursor: pointer;
border: 1px solid #e1e1e1; border: 1px solid #e1e1e1;

View File

@@ -313,9 +313,9 @@
style="display:none;" style="display:none;"
/> />
</label> </label>
<button class="btn-primary" on:click={addMagnet}> <label class="btn-primary" on:click={addMagnet}>
<i class="fa-solid fa-magnet btn-icon"></i> Magnet <i class="fa-solid fa-magnet btn-icon"></i> MAGNET
</button> </label>
</div> </div>
{#if torrents.length === 0} {#if torrents.length === 0}

View File

@@ -144,6 +144,7 @@ body,
gap: 6px; gap: 6px;
height: 36px; height: 36px;
transition: background 0.2s; transition: background 0.2s;
font-size: 11px;
} }
.btn-primary:hover { .btn-primary:hover {
@@ -551,7 +552,7 @@ img.thumb.loaded {
justify-content: center; justify-content: center;
height: 36px; height: 36px;
padding: 8px 12px; padding: 8px 12px;
font-size: 13px; font-size: 11px;
} }
.modal-content { .modal-content {