Skip to content

Commit

Permalink
Force remove preview link annoying “feature”
Browse files Browse the repository at this point in the history
Glitches on Safari iOS #138
  • Loading branch information
dascritch committed Apr 7, 2021
1 parent 5e8783a commit decb713
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/cpu-audio.direct-download.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/cpu-audio.direct-download.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/cpu-audio.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/cpu-audio.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/themes/default/scoped.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@
margin : 0;
text-indent: 0;
list-style-type: none;
-webkit-user-select: none;
user-select: none;
transition :
color var(--cpu-color-transitions),
background-color var(--cpu-background-transitions),
opacity var(--cpu-background-transitions);
/* Safari iOS mess */
-webkit-user-select: none;
-webkit-touch-callout: none;
}

main {
Expand Down

0 comments on commit decb713

Please sign in to comment.