Skip to content

Commit 0ecae6e

Browse files
committed
Fix host variable.
1 parent e3e4c7e commit 0ecae6e

3 files changed

Lines changed: 13 additions & 20 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
markdown: kramdown
22
permalink: /:categories/:title
33

4-
host: localhost
4+
host: yncoder.github.io

assets/css/common.css

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ article blockquote{line-height:1.6em; margin:1em 0 1em 1.5em; border-left:2px so
151151
font-size: 90%;
152152
}
153153

154+
154155
.page-list #issue-list li{
155156
list-style: none;
156157
position: relative;
157-
height: 70px;
158-
padding: 11px;
158+
padding: 10px;
159159
border-top: 1px solid #f3f3f3;
160160
}
161161
.page-list #issue-list li.label-活动 {
@@ -179,8 +179,8 @@ article blockquote{line-height:1.6em; margin:1em 0 1em 1.5em; border-left:2px so
179179
display: inline-block;
180180
border-radius: 50%;
181181
position: absolute;
182-
top: 11px;
183-
left: 11px;
182+
top: 10px;
183+
left: 10px;
184184
overflow: hidden;
185185
}
186186
.page-list #issue-list figure img{
@@ -191,13 +191,12 @@ article blockquote{line-height:1.6em; margin:1em 0 1em 1.5em; border-left:2px so
191191
}
192192
.page-list #issue-list h4 {
193193
margin: 0;
194-
line-height: 24px;
195-
font-size: 18px;
196-
font-weight: bolder;
194+
line-height: 1.5em;
195+
font-size: 110%;
197196
}
198197
.page-list #issue-list p{
199198
margin: 0;
200-
line-height: 24px;
199+
line-height: 1.5em;
201200
}
202201
.page-list #issue-list p > * {
203202
height: 16px;
@@ -209,15 +208,10 @@ article blockquote{line-height:1.6em; margin:1em 0 1em 1.5em; border-left:2px so
209208
font-size: 13px;
210209
}
211210

212-
aside {
213-
height: 70px;
214-
padding: 11px;
215-
vertical-align: middle;
216-
}
217-
aside * {
218-
color: #999;
211+
.page-list aside {
212+
padding: 10px;
219213
}
220-
aside span {
214+
.page-list aside .btn-add {
221215
display: inline-block;
222216
height: 48px;
223217
width: 48px;
@@ -227,6 +221,7 @@ aside span {
227221
text-align: center;
228222
vertical-align: middle;
229223
border-radius: 50%;
224+
color: #999
230225
}
231226

232227
@media (max-width: 640px) {

index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55

66
<div class="container">
77
<aside>
8-
<a href="https://github.com/yncoder/yncoder.github.io/issues/new" target="yncoder_new_issue">
9-
<span>+</span>发布新消息
10-
</a>
8+
<a href="https://github.com/yncoder/yncoder.github.io/issues/new" target="_blank" class="btn-add"><span>+</span>发布新消息</a>
119
</aside>
1210
<main>
1311
<ul id="label-list"></ul>

0 commit comments

Comments
 (0)