1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Increase shadow corner size

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-03-16 13:28:28 +03:00
parent b2147b3084
commit 23f29bacbb

View File

@ -52,10 +52,10 @@
content: " "; content: " ";
display: block; display: block;
position: absolute; position: absolute;
width: 5px; width: 8px;
height: 100%; height: 100%;
right: 0; right: 0;
background: linear-gradient(90deg, transparent 0%, var(--dockHeadBackground) 25%); background: linear-gradient(90deg, transparent 0%, var(--dockHeadBackground) 65%);
} }
&::after { &::after {