fix(export): align sns timeline dialog with sns page rendering

This commit is contained in:
aits2026
2026-03-05 18:27:30 +08:00
parent c301f36912
commit d5dbcd3f80
2 changed files with 28 additions and 43 deletions

View File

@@ -2273,6 +2273,14 @@
padding: 12px 14px 14px;
}
.export-session-sns-posts-list {
gap: 14px;
}
.post-header-actions {
display: none;
}
.sns-post-list {
display: flex;
flex-direction: column;