mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
fix: border radius on search preview
This commit is contained in:
parent
c0c0b24138
commit
e9fb0ecb96
1 changed files with 2 additions and 1 deletions
|
@ -139,7 +139,8 @@
|
|||
line-height: 1.5em;
|
||||
font-weight: 400;
|
||||
background: var(--light);
|
||||
border-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
box-shadow:
|
||||
0 14px 50px rgba(27, 33, 48, 0.12),
|
||||
0 10px 30px rgba(27, 33, 48, 0.16);
|
||||
|
|
Loading…
Reference in a new issue