style(export): place section info icons next to titles

This commit is contained in:
tisonhuang
2026-03-05 10:19:32 +08:00
parent 3062295069
commit 28257ba66f

View File

@@ -23,8 +23,8 @@
.export-section-title-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
justify-content: flex-start;
gap: 6px;
}
.export-section-title {