Skip to content

Commit 39e55b0

Browse files
authored
Merge pull request #112 from tkskto/develop
v0.3.2
2 parents 7a90b54 + 73d70af commit 39e55b0

19 files changed

+395
-106
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ coverage
55
.temp
66
dist/**
77
!dist/style.css
8+
!dist/icon/icon-ts.png

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.3.2
4+
5+
### enhancement
6+
7+
- add icon.
8+
9+
### Chores
10+
11+
- \#110 update `vue-eslint-parser` 7.7.2 to 7.9.0
12+
- \#103 update `ws` 7.5.2 to 7.5.3
13+
314
## 0.3.1
415

516
### Bug Fixes

dist/icon/icon-ts.png

849 Bytes
Loading

dist/style.css

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
body {
44
font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
5-
background-color: #35495e;
5+
background-color: #293D52;
66
}
77
main {
88
position: relative;
@@ -33,7 +33,7 @@ header {
3333
padding: 0 18px;
3434
margin: 10px 0;
3535
color: #fff;
36-
background-color: #35495e;
36+
background-color: #293D52;
3737
}
3838
.root > .seed {
3939
margin: 40px 0;
@@ -105,14 +105,23 @@ header {
105105
padding: 12px;
106106
word-break: break-all;
107107
z-index: 1;
108-
background-color: #35495e;
108+
background-color: #293D52;
109+
}
110+
.js .filename {
111+
border: 1px solid #ffff00;
109112
}
110113
details {
111114
line-height: 1.7;
112115
}
113116
summary {
114117
line-height: 1.2;
115118
}
119+
.icon {
120+
width: 18px;
121+
height: 18px;
122+
vertical-align: top;
123+
margin-right: 6px;
124+
}
116125
.file__text {
117126
display: block;
118127
}
@@ -163,7 +172,7 @@ summary {
163172
padding: 12px;
164173
border-radius: 4px;
165174
z-index: 2;
166-
color: #35495e;
175+
color: #293D52;
167176
background: #ffffff;
168177
visibility: hidden;
169178
}

0 commit comments

Comments
 (0)