diff --git a/public/s/css/meme-creator.css b/public/s/css/meme-creator.css index d8d1b1c..b32ea21 100644 --- a/public/s/css/meme-creator.css +++ b/public/s/css/meme-creator.css @@ -185,6 +185,8 @@ canvas#memeCanvas { .meme-layout-wrapper input[type="range"] { width: 100%; accent-color: var(--accent, #9f0); + touch-action: pan-x; + cursor: pointer; } .meme-layout-wrapper .layer-input-group { diff --git a/public/s/js/meme-creator.js b/public/s/js/meme-creator.js index 81e7efc..a0cf130 100644 --- a/public/s/js/meme-creator.js +++ b/public/s/js/meme-creator.js @@ -130,7 +130,7 @@
${(window.f0ckI18n?.meme?.size_label) || 'Size'}: ${layer.fontSize}px - +
`;