Skip to content

Commit fcb3d2b

Browse files
committed
chore: tune style
1 parent 4e10550 commit fcb3d2b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/index.less

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
pointer-events: all;
100100
max-width: 800px;
101101
white-space: pre-wrap;
102-
line-height: 1; // assure the line-height consistency between different languages
102+
line-height: 1.2; // assure the line-height consistency between different languages
103103
#input-box {
104104
padding: 5px;
105105
}
@@ -152,11 +152,6 @@
152152
position: absolute;
153153
height: 18px;
154154
width: 18px;
155-
// line-height: 12px;
156-
text-align: center;
157-
// border-radius: 50%;
158-
// border: 1px solid #4f4f4f;
159-
// background-color: #fff;
160155
background-image: url('./icons/add-circle.svg');
161156
background-repeat: no-repeat;
162157
background-size: contain;
@@ -246,6 +241,7 @@
246241
top: 0;
247242
left: 0;
248243
background-color: #fff;
244+
color: #666666;
249245
width: max-content; // let words expand the div and keep max length at the same time
250246
max-width: 800px;
251247
z-index: 11;

0 commit comments

Comments
 (0)