Skip to content

Commit

Permalink
Shift buttons right on wide displays
Browse files Browse the repository at this point in the history
  • Loading branch information
hobinjk-ptc committed Mar 26, 2024
1 parent 4037513 commit 8e9e010
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tools/spatialAnalytics/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,16 @@ img {
font-family: "Open Sans", sans-serif;
}

/** vaguely ipad-ish sizes */
@media (min-width: 800px) and (max-width: 1600px) {
.iconContainer {
position: fixed;
left: auto;
right: 66px;
transform: none;
}
}

.markStepIcon {
width: 38px;
height: 38px;
Expand Down

0 comments on commit 8e9e010

Please sign in to comment.