Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cadabcd

Browse files
author
ZhangRui
committed
修正响应式和js的错误
1 parent aab242f commit cadabcd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

‎assets/css/common.css‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,20 @@ article blockquote{line-height:1.6em; margin:1em 0 1em 1.5em; border-left:2px so
192192
.page-list #issue-list h4 {
193193
margin: 0;
194194
line-height: 24px;
195+
height: 24px;
195196
font-size: 18px;
196197
font-weight: bolder;
198+
overflow: hidden;
199+
white-space: nowrap;
200+
text-overflow: ellipsis;
197201
}
198202
.page-list #issue-list p{
199203
margin: 0;
200204
line-height: 24px;
205+
height: 25px;
206+
overflow: hidden;
207+
white-space: nowrap;
208+
text-overflow: ellipsis;
201209
}
202210
.page-list #issue-list p > * {
203211
height: 16px;

‎index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
if (this.status >= 200 && this.status < 300) {
3737
callback(this.response);
3838
} else if(this.status == 403) {
39-
doucment.queryAllSelector('.page-list .container main').innerHTML = "<h1 >别刷了,快去干活</h1>";
39+
document.querySelectorAll('.page-list .container main')[0].innerHTML = "<h1 class='alert-error'>别刷了,快去干活</h1>";
4040
}
4141
};
4242

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /