Skip to content

Commit

Permalink
Move buttons and messages lower for lower timeline location
Browse files Browse the repository at this point in the history
  • Loading branch information
hobinjk-ptc committed Nov 9, 2023
1 parent 2b9149c commit 511b117
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/spatialAnalytics/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ img {
.iconContainer {
position: fixed;
transform: translateX(-50%);
bottom: 230px;
bottom: calc(230px - 66px);
left: 50%;
width: max-content;
height: max-content;
Expand All @@ -91,7 +91,7 @@ img {
width: 64px;
height: 64px;
margin: 0 10px;
bottom: 230px;
bottom: calc(230px - 66px);
background-color: #00000080;
border-radius: 50%;
box-sizing: border-box;
Expand Down Expand Up @@ -124,7 +124,7 @@ img {
position: absolute;
width: max-content;
transform: translateX(-50%);
bottom: 230px;
bottom: calc(230px - 66px);
left: 50%;

text-align: center;
Expand Down

0 comments on commit 511b117

Please sign in to comment.