diff --git a/frontend/dcViewer.css b/frontend/dcViewer.css index 974bab9..b02e595 100644 --- a/frontend/dcViewer.css +++ b/frontend/dcViewer.css @@ -217,14 +217,20 @@ html.is-embedded-viewer .logo-btn { #navCube { position: absolute; - top: 64px; - right: 64px; + top: 32px; + right: 32px; + left: auto; width: 100px; height: 100px; z-index: 5; display: none; } +html.is-embedded-viewer #navCube { + right: auto; + left: 32px; +} + /* убираем штатный спиннер xeokit (sk-circle) */ .sk-circle, [class*="sk-circle"] { diff --git a/frontend/index.html b/frontend/index.html index c58a0bf..838cd6b 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -231,7 +231,7 @@ - +