diff --git a/src/lib/components/PostSection.svelte b/src/lib/components/PostSection.svelte index a3fffab6..c0285aa8 100644 --- a/src/lib/components/PostSection.svelte +++ b/src/lib/components/PostSection.svelte @@ -672,7 +672,8 @@ $: { overflow: hidden; /* To ensure the gradient does not overflow */ max-height: 330px; /* Limit the container's height */ width: 100%; - padding: 14px; + padding-left: 14px; + padding-right: 14px; } .darken-overlay::after {