@saooti/octopus-sdk 33.2.28 → 33.2.30
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
package/src/assets/general.scss
CHANGED
|
@@ -165,18 +165,14 @@ body{
|
|
|
165
165
|
flex-shrink: 0;
|
|
166
166
|
@media (max-width: 960px) {
|
|
167
167
|
flex-grow: 0;
|
|
168
|
+
margin-right: auto !important;
|
|
168
169
|
}
|
|
169
170
|
@media (max-width: 450px) {
|
|
170
|
-
margin:
|
|
171
|
+
margin: auto;
|
|
171
172
|
float: inherit !important;
|
|
172
173
|
display: flex;
|
|
173
174
|
}
|
|
174
175
|
}
|
|
175
|
-
img.img-box{
|
|
176
|
-
@media (max-width: 450px) {
|
|
177
|
-
margin: 0 !important;
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
176
|
.img-box-circle {
|
|
181
177
|
height: 10rem;
|
|
182
178
|
width: 10rem;
|
package/src/assets/share.scss
CHANGED
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.emission-item-container
|
|
115
|
+
.emission-item-container{
|
|
116
116
|
list-style: none;
|
|
117
117
|
background: #fff;
|
|
118
118
|
border-radius: 2rem;
|
|
@@ -120,10 +120,16 @@
|
|
|
120
120
|
flex-grow: 1;
|
|
121
121
|
.img-box {
|
|
122
122
|
border-radius: 2rem !important;
|
|
123
|
-
|
|
123
|
+
@media (max-width: 680px) {
|
|
124
|
+
margin-top: 1rem !important;
|
|
125
|
+
margin: auto;
|
|
126
|
+
}
|
|
124
127
|
}
|
|
125
128
|
@media (max-width: 680px) {
|
|
126
129
|
justify-content: center;
|
|
130
|
+
&>a{
|
|
131
|
+
flex-direction: column;
|
|
132
|
+
}
|
|
127
133
|
}
|
|
128
134
|
}
|
|
129
135
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div
|
|
3
3
|
v-if="podcast"
|
|
4
|
-
class="img-box
|
|
4
|
+
class="img-box mb-3 flex-column justify-content-start align-items-start position-relative flex-shrink-0 float-start"
|
|
5
5
|
>
|
|
6
6
|
<img
|
|
7
7
|
v-lazy="proxyImageUrl(podcast.imageUrl,'260')"
|