entcore 4.4.0-dev.1 → 4.4.0-dev.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "entcore",
3
- "version": "4.4.0-dev.1",
3
+ "version": "4.4.0-dev.4",
4
4
  "description": "",
5
5
  "main": "gulpfile.js",
6
6
  "types": "./types/src/ts/entcore.d.ts",
@@ -18,7 +18,7 @@
18
18
  ~
19
19
  -->
20
20
 
21
- <div class="icons-view" style="overflow: auto">
21
+ <div class="icons-view" style="overflow: auto">
22
22
  <div class="element reduce-block-six" ng-repeat="folder in folders | orderBy: orderFieldFolder">
23
23
  <explorer ng-model="folder.selected" on-open="openFolder(folder)">
24
24
  <div class="img container">
@@ -45,7 +45,7 @@
45
45
  </div>
46
46
  <div class="img container video" ng-switch-when="video"
47
47
  ng-style="{'background-image': videoThumbUrl(document)}">
48
- <svg class="icon-video" width="48" height="48"><use xlink:href="/workspace/public/img/illustrations.svg#icon-play"></use></svg>
48
+ <i><svg class="icon-video" width="40" height="40"><use xlink:href="/workspace/public/img/illustrations.svg#icon-play"></use></svg></i>
49
49
  </div>
50
50
  <div class="img container" ng-switch-default>
51
51
  <i class="[[document.role()]]-large"></i>