fix: increase GitHub widget content height to 420px
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{# Tab content — fixed height container to prevent layout shift #}
|
{# Tab content — fixed height container to prevent layout shift #}
|
||||||
<div class="h-[340px] overflow-y-auto">
|
<div class="h-[420px] overflow-y-auto">
|
||||||
|
|
||||||
{# Loading state #}
|
{# Loading state #}
|
||||||
<div x-show="loading" class="text-sm text-surface-500 py-4 text-center">
|
<div x-show="loading" class="text-sm text-surface-500 py-4 text-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user