Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
move button off edge
Browse files Browse the repository at this point in the history
  • Loading branch information
johngruen committed Jan 20, 2017
1 parent 5c1c14f commit 4d84295
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/css/inline-selection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,9 @@ $overlay-z-index: 9999999999;
font-family: sans-serif;
pointer-events: all;
position: absolute;
right: 15px;
right: 25px;
top: 15px;
width: 135px;
width: 116px;
}

/* styleMyShotsButton test: */
Expand All @@ -390,13 +390,13 @@ $overlay-z-index: 9999999999;
.pageshot-visible {
@extend .pageshot-myshots;
pointer-events: all;
top: 65px;
top: 60px;
}

.pageshot-full-page {
@extend .pageshot-myshots;
pointer-events: all;
top: 115px;
top: 105px;
}

.pageshot-pre-myshots {
Expand Down

0 comments on commit 4d84295

Please sign in to comment.