Skip to content

Commit

Permalink
Fix drag&drop issue in Exerciser
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Laské committed Apr 6, 2024
1 parent 0f44e03 commit 09b4396
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 24 deletions.
8 changes: 4 additions & 4 deletions activities/Exerciser.activity/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"main.css": "static/css/main.96e4dd2c.css",
"main.css.map": "static/css/main.96e4dd2c.css.map",
"main.js": "static/js/main.5502642c.js",
"main.js.map": "static/js/main.5502642c.js.map",
"main.css": "static/css/main.7b28c7c2.css",
"main.css.map": "static/css/main.7b28c7c2.css.map",
"main.js": "static/js/main.5d11dee0.js",
"main.js.map": "static/js/main.5d11dee0.js.map",
"static/media/README.md": "static/media/README.bc6c3970.md",
"static/media/activity-icon.svg": "static/media/activity-icon.4b722852.svg",
"static/media/add.svg": "static/media/add.038e3f81.svg",
Expand Down
2 changes: 1 addition & 1 deletion activities/Exerciser.activity/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Exerciser Activity</title><meta name="viewport" content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width,viewport-fit=cover"/><link rel="stylesheet" media="not screen and (device-width:1200px) and (device-height:900px)" href="lib/sugar-web/graphics/css/sugar-96dpi.css"><link rel="stylesheet" media="screen and (device-width:1200px) and (device-height:900px)" href="lib/sugar-web/graphics/css/sugar-200dpi.css"><script type="text/javascript" src="../../cordova.js"></script><link href="./static/css/main.96e4dd2c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><div id="drag-list-item"></div><script type="text/javascript" src="./static/js/main.5502642c.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><title>Exerciser Activity</title><meta name="viewport" content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width,viewport-fit=cover"/><link rel="stylesheet" media="not screen and (device-width:1200px) and (device-height:900px)" href="lib/sugar-web/graphics/css/sugar-96dpi.css"><link rel="stylesheet" media="screen and (device-width:1200px) and (device-height:900px)" href="lib/sugar-web/graphics/css/sugar-200dpi.css"><script type="text/javascript" src="../../cordova.js"></script><link href="./static/css/main.7b28c7c2.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="./static/js/main.5d11dee0.js"></script></body></html>
Original file line number Diff line number Diff line change
Expand Up @@ -419,18 +419,6 @@ input[type='radio']:checked {
background-image: url(../icons/actions/radio-active.svg);
}
/* Textarea */
.palette textarea#description.expand {
resize: vertical !important;
max-height: 70vh !important;
}
#description .row expand {
resize: vertical !important;
max-height: 70vh !important;;
}
textarea #description.expand {
resize: vertical !important;
max-height: 70vh !important;
}
textarea {
margin: 2px;
border: 2px solid #808080;
Expand Down
2 changes: 1 addition & 1 deletion activities/Exerciser.activity/service-worker.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 09b4396

Please sign in to comment.