Skip to content

Commit

Permalink
Fix: version name font.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidfate committed Sep 13, 2018
1 parent 4911bda commit d1e0112
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/renderer/views/layout/components/SettingModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,13 @@
.version-container {
display: flex;
margin-left: 20px;
font-size: 28px;
height: 100%;
line-height: 100px;
.version {
margin-left: 10px;
height: 100%;
line-height: 100px;
font-size: 28px;
color: #C0C4CC;
font-size: 20px;
}
}
}
Expand Down

0 comments on commit d1e0112

Please sign in to comment.