We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749c05a commit 014fcadCopy full SHA for 014fcad
src/components/Excerpt.tsx
@@ -201,8 +201,8 @@ export default function Excerpt({
201
'absolute w-full bottom-0 h-touch-minimum',
202
{
203
// For expandable excerpts not using inlineControls, style this
204
- // element with a custom shadow-like gradient
205
- 'bg-gradient-to-b from-excerpt-stop-1 via-excerpt-stop-2 to-excerpt-stop-3':
+ // element with a shadow-like gradient
+ 'bg-gradient-to-b from-white/0 via-95% via-black/10 to-100% to-black/15':
206
!inlineControls && isExpandable,
207
'bg-none': inlineControls,
208
// Don't make this shadow visible OR clickable if there's nothing
0 commit comments