Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyang0507 committed May 16, 2024
1 parent 3c29428 commit 1e8f852
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions src/components/PageSidebar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,27 @@ import Default from "@astrojs/starlight/components/PageSidebar.astro";

<div class="flex xl:flex-col not-content">
<div class="w-full xl:flex-1">
<div class="max-w-full xl:max-w-[32rem] w-full h-[6.15rem] overflow-y-hidden pt-4 px-5 text-sm leading-6">
<div class="wwads-cn wwads-horizontal xl:wwads-vertical border rounded-lg bg-transparent" data-id="135"></div>
<div class="max-w-full xl:max-w-[22rem] w-full pt-4 px-5 text-sm leading-6">
<div class="wwads-cn wwads-horizontal page-wwads border rounded-lg bg-transparent" data-id="135" style="min-height: 0; margin-top: 0;"></div>
</div>
</div>
</div>

<style>
.page-wwads .wwads-img img {
width: 90px !important;
}

.page-wwads .wwads-content .wwads-text {
font-size: 12px !important;
line-height: 1 !important;
}

.page-wwads .wwads-poweredby {
margin-top: 0 !important;
}
</style>

<Default {...Astro.props}>
<slot/>
</Default>
Expand Down

0 comments on commit 1e8f852

Please sign in to comment.