style(export): compact media default labels

This commit is contained in:
aits2026
2026-03-06 14:50:35 +08:00
parent 7ad754df03
commit ecd73ae0d6

View File

@@ -225,18 +225,20 @@
display: flex; display: flex;
align-items: center; align-items: center;
flex-wrap: nowrap; flex-wrap: nowrap;
gap: 14px; gap: 12px;
margin-bottom: 10px; margin-bottom: 10px;
label { label {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
gap: 6px; gap: 5px;
margin-bottom: 0; margin-bottom: 0;
font-size: 13px; font-size: 13px;
line-height: 1;
font-weight: 500; font-weight: 500;
color: var(--text-primary); color: var(--text-primary);
cursor: pointer; cursor: pointer;
white-space: nowrap;
} }
input[type='checkbox'] { input[type='checkbox'] {