Skip to content

Commit 33e6602

Browse files
committed
style: partition margin
1 parent f9c9f01 commit 33e6602

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Page AI",
4-
"description": "页面 AI",
4+
"description": "通过 AI 解析页面内容,可以轻松获取答案,提升浏览效率",
55
"version": "1.0",
66
"action": {
77
"default_title": "Page AI",

packages/chrome/popup/popup.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ input:focus-visible {
3939
}
4040

4141
.partition {
42-
margin: 12px 0;
42+
margin: 10px 0;
4343
height: 1px;
4444
background-color: #cecece;
4545
}

0 commit comments

Comments
 (0)