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:
parent
b2147b3084
commit
23f29bacbb
@ -52,10 +52,10 @@
|
||||
content: " ";
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 5px;
|
||||
width: 8px;
|
||||
height: 100%;
|
||||
right: 0;
|
||||
background: linear-gradient(90deg, transparent 0%, var(--dockHeadBackground) 25%);
|
||||
background: linear-gradient(90deg, transparent 0%, var(--dockHeadBackground) 65%);
|
||||
}
|
||||
|
||||
&::after {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user