调整画布工具栏引导间距
画布工具栏引导框上移并保留底部缝隙 保持引导图尺寸和文案居中布局
This commit is contained in:
+2
-2
@@ -6854,7 +6854,7 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
.image-canvas-editor__toolbar-guide {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
bottom: -0.7rem;
|
||||
bottom: 0.75rem;
|
||||
z-index: 12;
|
||||
width: min(38rem, calc(100% - 2rem));
|
||||
aspect-ratio: 2 / 1;
|
||||
@@ -9249,7 +9249,7 @@ button.image-canvas-editor__reference-chip:disabled {
|
||||
.image-canvas-editor__toolbar-guide {
|
||||
right: 0.85rem;
|
||||
left: 0.85rem;
|
||||
bottom: 0.9rem;
|
||||
bottom: 1.75rem;
|
||||
width: auto;
|
||||
transform: scale(0.8);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user