Skip to content

Commit

Permalink
set mina height to ad
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed May 24, 2021
1 parent fff1314 commit a09e8a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/macos-big-sur-icons/src/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<!-- Icon list when no loading error-->
<div v-if="!loadingError" class="icon-list-area p-t-20 p-b-50 content-wrapper-regular">

<div class="card-hover relative coral-card">
<div style="min-height: 210px" class="card-hover relative coral-card">

<div style="z-index: 1; height: 100%; width: 100%" class="absolute carbon-card-ad">
<script @click="adClick" async type="application/javascript" src="//cdn.carbonads.com/carbon.js?serve=CEBIK27J&placement=macosiconscom" id="_carbonads_js"></script>
Expand Down
2 changes: 1 addition & 1 deletion website/macos-big-sur-icons/src/views/UserProfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
class="icon-list-area p-t-40 p-b-50"
v-else
>
<div style="z-index: 2; height: 100%; min-heigh: 210px" class="card-wrapper card-hover coral-card">
<div style="z-index: 2; height: 100%; min-height: 210px" class="card-wrapper card-hover coral-card">
<script @click="adClick" type="application/javascript" src="//cdn.carbonads.com/carbon.js?serve=CEBIK27J&placement=macosiconscom" id="_carbonads_js2"></script>
</div>
<UserIconCardLoading v-for="num in placeholderCount" :key="num+Math.floor(Math.random() * 10000000 + 1)" :icon="iconsCount"/>
Expand Down

0 comments on commit a09e8a9

Please sign in to comment.