Skip to content

Commit

Permalink
v1.23.1 fix mobile copy click
Browse files Browse the repository at this point in the history
  • Loading branch information
im6 committed Jul 19, 2020
1 parent ebecba3 commit a6013fe
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dist/public/main.css

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dist/public/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/public/newColor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/server/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vp",
"version": "1.23.0",
"version": "1.23.1",
"description": "source code of react.colorpk.com",
"engines": {
"npm": ">=6.13.4",
Expand Down
7 changes: 6 additions & 1 deletion src/client/modules/modal/style.sass
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// https://css-tricks.com/pop-from-top-notification/
$margin: 8px
$margin-mobile: 3px
$timeout: 2s
$yOffset: -73px
$textHeight: 25px
Expand Down Expand Up @@ -41,4 +42,8 @@ $textHeight: 25px

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (orientation : portrait)
.box
display: none
top: $margin-mobile
right: $margin-mobile
.text
font-size: 0.8rem

0 comments on commit a6013fe

Please sign in to comment.