mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 15:25:50 +00:00
fix(export): tighten session export tab width
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user