Skip to content

Commit 1c494af

Browse files
committed
style: unify font size to 12px for filename and new filename
1 parent b17fcad commit 1c494af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
height: 24px;
3030

3131
.info-left {
32-
font-size: 13px;
3332
color: var(--color-fg-default);
3433
}
3534
.info-right {
3635
display: flex;
3736
justify-content: space-between;
37+
align-items: center;
3838
width: 50%;
3939
}
4040
.diff-stat {

0 commit comments

Comments
 (0)