diff --git a/.github/release.md b/.github/release.md index 64aac6d..6740180 100644 --- a/.github/release.md +++ b/.github/release.md @@ -2,8 +2,6 @@ #### 更符合 GitHub 风格 -- 微调菜单项按钮样式 -- Actions 工作流日志页面与浏览器同宽 -- Actions 工作流日志页面样式同步 -- Actions 日志字体同步 -- 全局激活颜色和悬停颜色优化 \ No newline at end of file +## 🐞 Fix + +- 修复侧边栏协议对齐 \ No newline at end of file diff --git a/screenshots/action.png b/screenshots/action.png index 48fc59f..eb33357 100644 Binary files a/screenshots/action.png and b/screenshots/action.png differ diff --git a/screenshots/file_list.png b/screenshots/file_list.png index 35a12dd..1eb2d10 100644 Binary files a/screenshots/file_list.png and b/screenshots/file_list.png differ diff --git a/screenshots/release.png b/screenshots/release.png index 4a8af97..df0bc4b 100644 Binary files a/screenshots/release.png and b/screenshots/release.png differ diff --git a/src/repo.scss b/src/repo.scss index c0af97b..da3d9cd 100644 --- a/src/repo.scss +++ b/src/repo.scss @@ -229,7 +229,8 @@ svg.svg { margin-right: 4px; - &.octicon-database{ + &.octicon-database, + &.octicon-law { margin-right: 6px; } }