mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-26 03:05:41 +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;
|
display: flex;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
--top-padding: 8px;
|
--top-padding: 16px;
|
||||||
padding-top: var(--top-padding);
|
padding-top: var(--top-padding);
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
background-image: linear-gradient(
|
background-image: linear-gradient(
|
||||||
160deg,
|
160deg,
|
||||||
var(--reply-to-faded-color),
|
transparent,
|
||||||
|
var(--reply-to-faded-color) 30%,
|
||||||
transparent
|
transparent
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue