Skip to content

Commit

Permalink
Merge pull request #410 from 3DStreet/hide-viewer-icons-in-editor
Browse files Browse the repository at this point in the history
hide Viewer right menu when Editor is opened
  • Loading branch information
kfarr authored Nov 13, 2023
2 parents 3ebd51d + 33f99d1 commit 065fdc3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/viewer-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ body {
margin-top: 22.5vh;
z-index: 1;
}
body.aframe-inspector-opened .right-fixed {
display: none;
}

.right-menu {
padding-left: 0;
Expand Down Expand Up @@ -155,4 +158,7 @@ body {
height: 26px;
overflow: hidden;
text-overflow: ellipsis;
}
body.aframe-inspector-opened #sceneTitle {
display: none;
}

0 comments on commit 065fdc3

Please sign in to comment.