ui: larger delete toggle (32px checkbox)

This commit is contained in:
admin
2026-04-28 00:47:36 +00:00
parent 994bf27a79
commit c6c8f5e2ac

View File

@@ -175,8 +175,8 @@ h1 { text-align: center; margin-bottom: 20px; color: #e94560; }
.image-card img { width: 100%; height: 200px; object-fit: contain; border-radius: 4px; background: #000; cursor: pointer; }
.image-card .path { font-size: 0.75em; color: #aaa; margin-top: 8px; word-break: break-all; }
.image-card .size { font-size: 0.8em; color: #888; margin-top: 4px; }
.image-card label { display: flex; align-items: center; gap: 8px; margin-top: 8px; cursor: pointer; }
.image-card input[type=checkbox] { width: 20px; height: 20px; accent-color: #e94560; }
.image-card label { display: flex; align-items: center; gap: 10px; margin-top: 10px; cursor: pointer; font-size: 1.1em; }
.image-card input[type=checkbox] { width: 32px; height: 32px; accent-color: #e94560; cursor: pointer; }
.actions { position: sticky; bottom: 0; background: #1a1a2e; padding: 16px; text-align: center; border-top: 2px solid #0f3460; }
.btn { padding: 12px 32px; border: none; border-radius: 8px; font-size: 1em; cursor: pointer; margin: 0 8px; }
.btn-delete { background: #e94560; color: white; }