Skip to content

Commit

Permalink
Improve button adjustment media query
Browse files Browse the repository at this point in the history
  • Loading branch information
hobinjk-ptc committed Mar 26, 2024
1 parent 8e9e010 commit 0f45820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/spatialAnalytics/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ img {
font-family: "Open Sans", sans-serif;
}

/** vaguely ipad-ish sizes */
@media (min-width: 800px) and (max-width: 1600px) {
/** device is wide and touch-based */
@media (min-width: 800px) and (hover: none) {
.iconContainer {
position: fixed;
left: auto;
Expand Down

0 comments on commit 0f45820

Please sign in to comment.