mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 17:25:40 +03:00
Subtle style change to reply parent
This commit is contained in:
parent
f1dbb9ec42
commit
aa7fb4441f
1 changed files with 3 additions and 2 deletions
|
@ -338,12 +338,13 @@
|
|||
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
--top-padding: 8px;
|
||||
--top-padding: 16px;
|
||||
padding-top: var(--top-padding);
|
||||
padding-bottom: 0;
|
||||
background-image: linear-gradient(
|
||||
160deg,
|
||||
var(--reply-to-faded-color),
|
||||
transparent,
|
||||
var(--reply-to-faded-color) 30%,
|
||||
transparent
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue