We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1ee6e commit a78e5f8Copy full SHA for a78e5f8
packages/chrome/popup/popup.css
@@ -19,7 +19,6 @@
19
20
body {
21
width: 330px;
22
- background-color: #eceff7;
23
}
24
25
input {
@@ -105,7 +104,6 @@ input:focus-visible {
105
104
margin-top: 10px;
106
border: 1px solid #cacaca;
107
border-radius: 10px;
108
- background-color: #ffff;
109
110
111
.box .search .search-ipt {
@@ -143,8 +141,8 @@ input:focus-visible {
143
141
144
142
.box .message-list .item {
145
margin: 12px 0;
146
- padding: 6px;
+ padding: 6px 6px 20px;
147
min-height: 30px;
148
border-radius: 6px;
149
+ border-bottom: 1px solid #dcdcdc;
150
0 commit comments