mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Fix radio widget size
This commit is contained in:
parent
a8d253fa2e
commit
c3fca425cb
1 changed files with 2 additions and 2 deletions
|
|
@ -57,8 +57,8 @@ const listClass =
|
|||
<SidebarSection slot='fallback' class='h-32 animate-pulse' />
|
||||
</AlbumCount>
|
||||
|
||||
<SidebarSection class='h-96 p-0.5'>
|
||||
<iframe title='radio' src='https://radio.sittingonclouds.net/widget' class='size-full rounded-md'></iframe>
|
||||
<SidebarSection class='p-0.5'>
|
||||
<iframe title='radio' src='https://radio.sittingonclouds.net/widget' class='h-[400px] w-full rounded-md'></iframe>
|
||||
</SidebarSection>
|
||||
|
||||
<SidebarAd />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue