@saooti/octopus-sdk 33.2.26 → 33.2.28
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 +1 -1
- package/src/assets/general.scss +5 -0
- package/src/assets/share.scss +2 -4
package/package.json
CHANGED
package/src/assets/general.scss
CHANGED
package/src/assets/share.scss
CHANGED
|
@@ -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
|
}
|
|
@@ -119,6 +120,7 @@
|
|
|
119
120
|
flex-grow: 1;
|
|
120
121
|
.img-box {
|
|
121
122
|
border-radius: 2rem !important;
|
|
123
|
+
margin: auto;
|
|
122
124
|
}
|
|
123
125
|
@media (max-width: 680px) {
|
|
124
126
|
justify-content: center;
|
|
@@ -131,10 +133,6 @@
|
|
|
131
133
|
flex-direction: column;
|
|
132
134
|
max-height: 13rem;
|
|
133
135
|
flex-grow: 1;
|
|
134
|
-
@media (max-width: 450px) {
|
|
135
|
-
padding: 0.5rem 0;
|
|
136
|
-
text-align: center;
|
|
137
|
-
}
|
|
138
136
|
.emission-name {
|
|
139
137
|
font-size: 0.9rem;
|
|
140
138
|
font-weight: 600;
|