From c6c8f5e2acd75a29b0defea18f7f915b5fbcfc22 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 28 Apr 2026 00:47:36 +0000 Subject: [PATCH] ui: larger delete toggle (32px checkbox) --- src/review.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/review.rs b/src/review.rs index c73f3f3..d24f971 100644 --- a/src/review.rs +++ b/src/review.rs @@ -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; }