Skip to content

Commit aa7fb44

Browse files
committed
Subtle style change to reply parent
1 parent f1dbb9e commit aa7fb44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/status.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,12 +338,13 @@
338338

339339
display: flex;
340340
gap: 12px;
341-
--top-padding: 8px;
341+
--top-padding: 16px;
342342
padding-top: var(--top-padding);
343343
padding-bottom: 0;
344344
background-image: linear-gradient(
345345
160deg,
346-
var(--reply-to-faded-color),
346+
transparent,
347+
var(--reply-to-faded-color) 30%,
347348
transparent
348349
);
349350

0 commit comments

Comments
 (0)