update at 2026-02-13 23:27:50
This commit is contained in:
@@ -73,11 +73,6 @@
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.toolbar-spacer {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.export-box {
|
||||
background: #fff;
|
||||
border: 0.5px solid #e5e6eb;
|
||||
@@ -116,6 +111,7 @@
|
||||
.preview-head {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 4px;
|
||||
}
|
||||
|
||||
@@ -126,7 +122,9 @@
|
||||
}
|
||||
|
||||
.preview-controls {
|
||||
flex: 1;
|
||||
flex: 0 1 auto;
|
||||
width: 286px;
|
||||
max-width: calc(100% - 82px);
|
||||
min-width: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -176,13 +174,12 @@
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
.vertical-label {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.inline-label {
|
||||
color: #000;
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.direction-switch {
|
||||
|
||||
Reference in New Issue
Block a user