@saooti/octopus-sdk 30.0.31 → 30.0.32
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 +2 -1
- package/package.json +1 -1
- package/src/assets/bootstrap-diff.scss +3 -3
package/README.md
CHANGED
|
@@ -528,4 +528,5 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|
528
528
|
* 30.0.28 Limiter caractères des commentaires
|
|
529
529
|
* 30.0.29 Pour podcastmaker sudPresse
|
|
530
530
|
* 30.0.30 Problème fetch participants
|
|
531
|
-
* 30.0.31 Amélioration interface
|
|
531
|
+
* 30.0.31 Amélioration interface
|
|
532
|
+
* 30.0.32 Amélioration interface
|
package/package.json
CHANGED
|
@@ -120,9 +120,9 @@
|
|
|
120
120
|
|
|
121
121
|
&.admin-button{
|
|
122
122
|
padding: 0.3rem;
|
|
123
|
-
height:
|
|
124
|
-
width:
|
|
125
|
-
font-size: 1rem;
|
|
123
|
+
height: 2.2rem !important;
|
|
124
|
+
width: 2.2rem;
|
|
125
|
+
font-size: 1.1rem;
|
|
126
126
|
display: inline-flex;
|
|
127
127
|
align-items: center;
|
|
128
128
|
justify-content: center;
|