Skip to content

Commit e65bb09

Browse files
committed
📝 docs(bot): Auto sync agents & plugin to readme
1 parent ef45b36 commit e65bb09

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

changelog/v1.json

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
[
2+
{
3+
"children": {
4+
"features": ["Support application search with searchXNG."]
5+
},
6+
"date": "2025-02-24",
7+
"version": "1.64.0"
8+
},
29
{
310
"children": {
411
"fixes": ["Fix citation=null issue in stream."]

src/tools/web-browsing/Portal/ResultList/SearchItem/Video.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ const useStyles = createStyles(({ css, token }) => {
1515
flex: 1;
1616
1717
padding: 8px;
18+
border-radius: 8px;
1819
1920
color: initial;
2021
21-
border-radius: 8px;
22-
2322
&:hover {
2423
background: ${token.colorFillTertiary};
2524
}

0 commit comments

Comments
 (0)