Skip to content

Commit c8e6235

Browse files
sync: update frontend from dbcheck2word
1 parent 63baf74 commit c8e6235

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/css/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@ body::before{content:'';position:fixed;inset:0;background-image:radial-gradient(
298298
.file-remove:hover{color:var(--accent-red)}
299299
.report-type-group{margin-bottom:20px}
300300
.group-label{display:block;font-size:13px;font-weight:600;color:var(--text-primary);margin-bottom:10px}
301-
.db-type-options,.report-type-options{display:flex;gap:8px;flex-wrap:wrap}
301+
.db-type-options{display:flex;gap:8px;flex-wrap:nowrap}
302+
.report-type-options{display:flex;gap:8px;flex-wrap:wrap}
302303
.db-type-option,.report-type-option{position:relative}
303304
.db-type-option input,.report-type-option input{position:absolute;opacity:0;pointer-events:none}
304305
.db-type-label,.option-label{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;color:var(--text-secondary);background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);cursor:pointer;transition:all .2s}
@@ -479,7 +480,7 @@ body::before{content:'';position:fixed;inset:0;background-image:radial-gradient(
479480
.section-header p{font-size:14px}
480481
.desktop-section{padding:60px 0}
481482
.ai-banner{padding:60px 0}
482-
.db-type-options{gap:6px}
483+
.db-type-options{gap:6px;flex-wrap:wrap}
483484
.db-type-label,.option-label{padding:6px 10px;font-size:12px}
484485
.report-type-options{gap:6px}
485486
.footer-cols{grid-template-columns:1fr}

0 commit comments

Comments
 (0)