@saooti/octopus-sdk 31.0.48 → 31.0.51

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
@@ -639,3 +639,6 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
639
639
  * 31.0.46 Pb css
640
640
  * 31.0.47 Pétouilles Css multiselect
641
641
  * 31.0.48 Icones change
642
+ * 31.0.49 Style select
643
+ * 31.0.50 Améliorations responsive
644
+ * 31.0.51 Newest
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "31.0.48",
3
+ "version": "31.0.51",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -18,7 +18,7 @@
18
18
  "@vue/cli": "^5.0.4",
19
19
  "@vue/compat": "^3.2.31",
20
20
  "axios": "^0.24.0",
21
- "bootstrap": "^5.1.3",
21
+ "bootstrap": "5.1.3",
22
22
  "core-js": "^3.21.1",
23
23
  "hls.js": "^1.1.5",
24
24
  "humanize-duration": "^3.27.1",
@@ -11,9 +11,11 @@
11
11
  select {
12
12
  background: white !important;
13
13
  outline-color: transparent !important;
14
- padding: 0.5rem;
14
+ padding: 0.25rem 0.4rem;
15
15
  border: 0.1rem solid #dee2e6;
16
16
  border-radius: 0.3rem;
17
+ height: 2rem;
18
+ padding-right: 40px;
17
19
  }
18
20
  .form-check-label {
19
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="{