feat: Add collapsible sections and enhance layout for discussion and summary tabs

This commit is contained in:
catlog22
2026-01-15 15:30:11 +08:00
parent 0eda520fd7
commit e6e7876b38
2 changed files with 309 additions and 0 deletions

View File

@@ -302,9 +302,14 @@
.collapsible-content {
padding: 1rem;
display: block;
}
.collapsible-content.collapsed {
display: none;
}
/* Legacy .open class support */
.collapsible-content.open {
display: block;
}