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;
align-items: center;
flex-wrap: nowrap;
gap: 14px;
gap: 12px;
margin-bottom: 10px;
label {
display: inline-flex;
align-items: center;
gap: 6px;
gap: 5px;
margin-bottom: 0;
font-size: 13px;
line-height: 1;
font-weight: 500;
color: var(--text-primary);
cursor: pointer;
white-space: nowrap;
}
input[type='checkbox'] {