Skip to content

Commit

Permalink
ajust css on linux [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sunzongzheng committed Jul 30, 2018
1 parent db5c87b commit 182f0bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/renderer/assets/iconfont.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
.album {
width: 35px;
position: relative;
display: flex;
img {
width: 35px;
height: 35px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@
.info {
display: flex;
align-items: center;
& > span {
line-height: 1;
}
.placeholder {
font-size: 13px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
:
<icon type="add" class={this.s.icon} disabled={true}></icon>
}
<span class={{[this.s.icon]: true, [this.s.active]: this.backgroundWindowShow}}
onClick={this.toggleDesktopLyric}></span>
<icon type="ci" class={{[this.s.icon]: true, [this.s.active]: this.backgroundWindowShow}}
onClick={this.toggleDesktopLyric}></icon>
<icon type="share"
class={this.s.icon}
onClick={this.showShareWindow}
Expand Down

0 comments on commit 182f0bf

Please sign in to comment.