@saooti/octopus-sdk 33.2.25 → 33.2.27

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": "@saooti/octopus-sdk",
3
- "version": "33.2.25",
3
+ "version": "33.2.27",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -10,6 +10,7 @@
10
10
  display: flex;
11
11
  flex-direction: column;
12
12
  &.page-box-player{
13
+ position: relative;
13
14
  padding-bottom: 120px;
14
15
  }
15
16
  }
@@ -141,6 +141,7 @@ export default defineComponent({
141
141
  bottom: 0;
142
142
  z-index: 10;
143
143
  background: white;
144
+ padding: 0 2rem;
144
145
  .acpm_image {
145
146
  width: 44px;
146
147
  height: 44px;