mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2026-04-16 17:11:38 +08:00
Compare commits
2 Commits
v1.25.2
...
2da9dda3af
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2da9dda3af | ||
|
|
8216986aef |
20
CHANGELOG.md
20
CHANGELOG.md
@@ -1,27 +1,9 @@
|
|||||||
### ✨ Feature
|
|
||||||
|
|
||||||
- Added template files to make Gitea's layout more similar to GitHub. (This is optional, you can choose whether to use
|
|
||||||
template files based on your needs)
|
|
||||||
|
|
||||||
### 🌈 Style
|
### 🌈 Style
|
||||||
|
|
||||||
#### More aligned with GitHub style
|
#### More aligned with GitHub style
|
||||||
|
|
||||||
- Optimize global line height.
|
|
||||||
- Optimize the workflow log page style.
|
|
||||||
- Optimize repository header name style.
|
|
||||||
- Optimize organization detail page style.
|
|
||||||
- Optimize top navbar style on mobile.
|
|
||||||
|
|
||||||
##### Template File
|
##### Template File
|
||||||
|
|
||||||
- Navigation bar Issue & PR moved to the right side.
|
|
||||||
|
|
||||||
### 🐞 Fix
|
### 🐞 Fix
|
||||||
|
|
||||||
- Fix the problem of missing background color and width when there is a unicode character in the diff.
|
- Fixed extra lines under heatmap.
|
||||||
- Fix the disabled operation button interval in the code preview interface.
|
|
||||||
- Fix fixed height when scrolling through step titles on workflow detail pages.
|
|
||||||
- Fix packages details page style.
|
|
||||||
- Fix the color of missing icons and text on the homepage when not logged in.
|
|
||||||
- Fix the spacing of Issue WIP prompts.
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gitea-github-theme",
|
"name": "gitea-github-theme",
|
||||||
"version": "1.25.2",
|
"version": "1.25.3",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite build --mode dev",
|
"dev": "vite build --mode dev",
|
||||||
|
|||||||
@@ -69,6 +69,9 @@ export const heatmap = css`
|
|||||||
|
|
||||||
// 动态
|
// 动态
|
||||||
export const activity = css`
|
export const activity = css`
|
||||||
|
.activity-heatmap-container + .divider:not(.divider-text) {
|
||||||
|
border-color: #0000;
|
||||||
|
}
|
||||||
.flex-list#activity-feed {
|
.flex-list#activity-feed {
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
box-shadow: ${themeVars.github.shadow.floating.small};
|
box-shadow: ${themeVars.github.shadow.floating.small};
|
||||||
|
|||||||
Reference in New Issue
Block a user