Skip to content

Commit

Permalink
👷 ci: V2.3.39
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuozhiyongde committed Mar 26, 2024
1 parent 2b203c7 commit a05f632
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 9 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

**2024.03.26 - v2.3.39**

> merged #12,fixed [#9](https://github.com/zhuozhiyongde/PKU-Art/issues/9)
**2024.03.25 - v2.3.38**

> 让首页的课程 a 标签宽度范围大了一些,方便点击。
Expand Down
27 changes: 24 additions & 3 deletions release/PKU-Art.user.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* ==UserStyle==
// @name PKU-Art
// @description 给你一个足够好看的教学网
// @version 2.3.38
// @version 2.3.39
// @match *://*.pku.edu.cn/*
// @run-at document-start
// @author Arthals
Expand All @@ -10,7 +10,7 @@
// @namespace https://github.com/zhuozhiyongde/PKU-Art
// @supportURL https://github.com/zhuozhiyongde/PKU-Art/issues
// @updateURL https://cdn.arthals.ink/release/PKU-Art.user.css
// @date 2024/03/25
// @date 2024/03/26
==/UserStyle== */
@-moz-document regexp("^https:\\/\\/iaaa\\.pku\\.edu\\.cn\\/\\S*$|^https:\\/\\/course\\.pku\\.edu\\.cn\\/\\S*$|^https:\\/\\/onlineroomse\\.pku\\.edu\\.cn\\/\\S*") {
/*
Expand Down Expand Up @@ -2566,7 +2566,6 @@ li.divider,
color: var(--c-text);
font-family: sans-serif;
}

}
@-moz-document regexp("^https:\\/\\/course\\.pku\\.edu\\.cn\\/webapps\\S*listContent\\S*") {
/*
Expand Down Expand Up @@ -3967,6 +3966,17 @@ html,
font-family: sans-serif;
}

#grades_wrapper > div {
position: relative;
}

#grades_wrapper .itemStats {
position: absolute;
top: 0;
right: 0px;
padding: 5px;
}

}
@-moz-document regexp("^https:\\/\\/course\\.pku\\.edu\\.cn\\/webapps\\/\\S*course_id\\S*stream_name=mygrades_d\\S*gradable_item_id\\S*") {
/*
Expand Down Expand Up @@ -4051,6 +4061,17 @@ html,
background: var(--cyan-2);
}

#grades_wrapper > div {
position: relative;
}

#grades_wrapper .itemStats {
position: absolute;
top: 0;
right: 0px;
padding: 5px;
}

}
@-moz-document regexp("^https:\\/\\/course\\.pku\\.edu\\.cn\\/webapps\\/\\S*content\\/file\\?cmd=view\\S*") {
/*
Expand Down
Loading

0 comments on commit a05f632

Please sign in to comment.