Skip to content

Commit

Permalink
fix(popup): remove white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed May 21, 2018
1 parent 4d89709 commit c1f22e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/popup/Popup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ body {
font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.frame-root {
// hide white spaces
font-size: 0;
}
.saladict-DictPanel {
position: static;
overflow: hidden;
Expand Down

0 comments on commit c1f22e2

Please sign in to comment.