Skip to content

Commit a78e5f8

Browse files
committed
chore: style
1 parent 1e1ee6e commit a78e5f8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/chrome/popup/popup.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
body {
2121
width: 330px;
22-
background-color: #eceff7;
2322
}
2423

2524
input {
@@ -105,7 +104,6 @@ input:focus-visible {
105104
margin-top: 10px;
106105
border: 1px solid #cacaca;
107106
border-radius: 10px;
108-
background-color: #ffff;
109107
}
110108

111109
.box .search .search-ipt {
@@ -143,8 +141,8 @@ input:focus-visible {
143141

144142
.box .message-list .item {
145143
margin: 12px 0;
146-
padding: 6px;
144+
padding: 6px 6px 20px;
147145
min-height: 30px;
148146
border-radius: 6px;
149-
background-color: #ffff;
147+
border-bottom: 1px solid #dcdcdc;
150148
}

0 commit comments

Comments
 (0)