@saooti/octopus-sdk 31.0.49 → 31.0.52

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/README.md CHANGED
@@ -640,3 +640,6 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
640
640
  * 31.0.47 Pétouilles Css multiselect
641
641
  * 31.0.48 Icones change
642
642
  * 31.0.49 Style select
643
+ * 31.0.50 Améliorations responsive
644
+ * 31.0.51 Newest
645
+ * 31.0.52 Locale
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "31.0.49",
3
+ "version": "31.0.52",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -11,10 +11,11 @@
11
11
  select {
12
12
  background: white !important;
13
13
  outline-color: transparent !important;
14
- padding: 0.25rem 0.4rem;;
14
+ padding: 0.25rem 0.4rem;
15
15
  border: 0.1rem solid #dee2e6;
16
16
  border-radius: 0.3rem;
17
17
  height: 2rem;
18
+ padding-right: 40px;
18
19
  }
19
20
  .form-check-label {
20
21
  cursor: pointer;
@@ -24,9 +24,6 @@
24
24
  border-radius: 0.8rem 0.8rem 0 0;
25
25
  background: $octopus-primary-dark;
26
26
  color: white;
27
- @media (max-width: 450px) {
28
- padding: 1rem 0;
29
- }
30
27
  }
31
28
  .modal-body{
32
29
  overflow-x: auto;
@@ -34,9 +31,6 @@
34
31
  min-height: 200px;
35
32
  height: 200px;
36
33
  }
37
- @media (max-width: 500px){
38
- padding: 0;
39
- }
40
34
  }
41
35
  .modal-dialog, .modal-content {
42
36
  min-height: 300px;
@@ -61,7 +61,7 @@
61
61
  cursor: pointer;
62
62
  position: absolute;
63
63
  right: 10px;
64
- top: 11px;
64
+ top: 0.4rem;
65
65
  margin: 0;
66
66
  background-color: #ccc;
67
67
  border-radius: 50%;
@@ -69,9 +69,6 @@
69
69
  position: relative;
70
70
  top:2px;
71
71
  }
72
- @media (max-width: 450px) {
73
- top: 14px;
74
- }
75
72
  }
76
73
 
77
74
 
@@ -33,6 +33,7 @@
33
33
  class="mx-2"
34
34
  />
35
35
  <div class="d-flex justify-content-between">
36
+ <div class="useless-div-for-podcastmaker" />
36
37
  <router-link
37
38
  v-if="!isPodcastmaker"
38
39
  :to="{
package/src/locale/fr.ts CHANGED
@@ -297,7 +297,7 @@ export default{
297
297
  "Download started": 'Téléchargement lancé',
298
298
  'From RSS': "Issu d'un flux RSS",
299
299
  "User menu":"Menu utilisateur",
300
- 'Podcast tags': "Mot-clé de l'épisode",
300
+ 'Podcast tags': "Mots-clés de l'épisode",
301
301
  "You do not have the right to access this page":"Vous n’avez pas le droit d’accéder à cette page",
302
302
  "Enlarge":"Agrandir",
303
303
  "Reduce":"Réduire",