Skip to content

Commit edcfadd

Browse files
committed
bug fixed css post link scroll visibility
1 parent 616a969 commit edcfadd

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

dist/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bundle.js.gz

44 Bytes
Binary file not shown.

dist/content.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/content.js.gz

44 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hivemind-widget",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Web component widget for hivemind",
55
"author": "Irfan Vigma Taufik",
66
"email": "[email protected]",

src/components/Content.vue

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
</div>
7676
</div>
7777
</li>
78+
<div v-if="hikeid" :data-advs-adspot-id="hikeid" style="display:none"></div>
7879
</ul>
7980
</div>
8081
</div>
@@ -104,7 +105,8 @@
104105
'columnSm',
105106
'columnMd',
106107
'columnLg',
107-
'column'
108+
'column',
109+
'hikeid'
108110
],
109111
data () {
110112
return {
@@ -323,6 +325,7 @@
323325
border-top: 1px solid #ddd;
324326
text-align: left;
325327
box-sizing: border-box;
328+
background: none;
326329
}
327330
.hivemind-post:after {
328331
content: "";
@@ -371,7 +374,7 @@
371374
display: block;
372375
margin-bottom: 7px;
373376
max-width: 100%;
374-
overflow-x: hidden;
377+
overflow: hidden;
375378
text-overflow: ellipsis;
376379
white-space: nowrap;
377380
font-size: 100%;

0 commit comments

Comments
 (0)