fix: border radius on search preview
This commit is contained in:
parent
c0c0b24138
commit
e9fb0ecb96
@ -139,7 +139,8 @@
|
|||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
background: var(--light);
|
background: var(--light);
|
||||||
border-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
|
border-bottom-right-radius: 5px;
|
||||||
box-shadow:
|
box-shadow:
|
||||||
0 14px 50px rgba(27, 33, 48, 0.12),
|
0 14px 50px rgba(27, 33, 48, 0.12),
|
||||||
0 10px 30px rgba(27, 33, 48, 0.16);
|
0 10px 30px rgba(27, 33, 48, 0.16);
|
||||||
|
Loading…
Reference in New Issue
Block a user