Skip to content

Commit bfc0a9c

Browse files
committed
Fix misplaced text
1 parent b5cafd6 commit bfc0a9c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: root/static/css/style.css

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ ul {
159159
.comment {
160160
color: #999;
161161
font-size: 0.8em;
162+
padding-right: 15px;
162163
}
163164

164165
.select-text {

Diff for: root/static/less/nav-list.less

+6
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ ul.nav-list.box-right {
7676
margin-right: 5px;
7777
}
7878

79+
.slidepanel {
80+
.fa {
81+
margin-right: 2px;
82+
}
83+
}
84+
7985
.nav-list .divider {
8086
width: 100%;
8187
height: 1px;

0 commit comments

Comments
 (0)