diff --git a/src/index.css b/src/index.css index 6419dde25..f741c6729 100644 --- a/src/index.css +++ b/src/index.css @@ -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); }