Skip to content

Commit 6d6bbcb

Browse files
authored
Merge pull request #238 from OpenGeoscience/controls-offset-fix
adjust controls-bar offset for GeoInsight name
2 parents c55096b + d452d2e commit 6d6bbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/ControlsBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function takeScreenshot(save: boolean) {
124124
padding: 3px 8px;
125125
position: absolute;
126126
top: 10px;
127-
left: 180px;
127+
left: 225px;
128128
opacity: 80%;
129129
background-color: rgb(var(--v-theme-surface));
130130
display: flex;

0 commit comments

Comments
 (0)