Skip to content

Commit

Permalink
Track gear menu positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
turner committed Jan 22, 2025
1 parent c01445b commit 06fb22b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion css/_igv-generic-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
position: fixed;

top: 20%;
left: 50%;
left: 75%;
transform: translateX(-50%);

z-index: 2048;
Expand Down
2 changes: 1 addition & 1 deletion css/_igv-generic-dialog-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $igv-button-width: 75px;
position: fixed;

top: 20%;
left: 50%;
left: 75%;
transform: translateX(-50%);

width:300px;
Expand Down
2 changes: 1 addition & 1 deletion css/_igv-ui-colorpicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $igv-color-swatch-border-width: 2px;
position: fixed;

top: 20%;
left: 50%;
left: 75%;
transform: translateX(-50%);

flex-direction: column;
Expand Down
2 changes: 1 addition & 1 deletion css/_igv-ui-generic-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
position: fixed;

top: 20%;
left: 50%;
left: 75%;
transform: translateX(-50%);

z-index: 2048;
Expand Down
2 changes: 1 addition & 1 deletion css/_igv-ui-generic-dialog-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
position: fixed;

top: 20%;
left: 50%;
left: 75%;
transform: translateX(-50%);

z-index: 2048;
Expand Down
10 changes: 5 additions & 5 deletions css/igv.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/embedCss.js

Large diffs are not rendered by default.

0 comments on commit 06fb22b

Please sign in to comment.