fix(export): tighten session export tab width

This commit is contained in:
aits2026
2026-03-10 14:27:24 +08:00
parent ee4d1f5689
commit f53de9fe0b
2 changed files with 27 additions and 24 deletions

View File

@@ -1622,6 +1622,8 @@
.tab-btn {
flex: 0 0 auto;
width: auto;
max-width: max-content;
border: 1px solid var(--border-color);
background: var(--bg-secondary);
color: var(--text-secondary);
@@ -1632,6 +1634,7 @@
white-space: nowrap;
display: inline-flex;
align-items: center;
justify-content: center;
.tab-btn-content {
display: inline-flex;