mirror of
				https://github.com/lutinglt/gitea-github-theme.git
				synced 2025-10-28 07:00:32 +00:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			v1.23.1-20
			...
			v1.23.2-20
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 174b643896 | ||
|   | e0080279f9 | ||
|   | ca8ab147dd | 
							
								
								
									
										7
									
								
								.github/release-template.md
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								.github/release-template.md
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| ## 🌈 Style | ||||
|  | ||||
| #### 更符合 GitHub 风格 | ||||
|  | ||||
| ## 🎈 Perf | ||||
|  | ||||
| ## 🐞 Fix | ||||
							
								
								
									
										14
									
								
								.github/release.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/release.md
									
									
									
									
										vendored
									
									
								
							| @@ -2,8 +2,12 @@ | ||||
|  | ||||
| #### 更符合 GitHub 风格 | ||||
|  | ||||
| - 微调菜单项按钮样式 | ||||
| - Actions 工作流日志页面与浏览器同宽 | ||||
| - Actions 工作流日志页面样式同步 | ||||
| - Actions 日志字体同步 | ||||
| - 全局激活颜色和悬停颜色优化 | ||||
| ## 🎈 Perf | ||||
|  | ||||
| - 优化 Action 日志左侧栏宽度 `Gitea 会显示运行时长, 留给作业名称足够的长度` | ||||
|  | ||||
| ## 🐞 Fix | ||||
|  | ||||
| - 修复侧边栏协议对齐 | ||||
| - 修复克隆面板按钮弹跳 | ||||
| - 修复仓库/用户/组织标签风格不统一 | ||||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 109 KiB | 
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 296 KiB After Width: | Height: | Size: 343 KiB | 
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 187 KiB | 
| @@ -38,11 +38,11 @@ | ||||
| } | ||||
|  | ||||
| .action-view-left.action-view-left { | ||||
|   width: 15.25%; | ||||
|   width: 16.5%; | ||||
| } | ||||
|  | ||||
| .action-view-right.action-view-right { | ||||
|   width: 84.75% | ||||
|   width: 83.5%; | ||||
| } | ||||
|  | ||||
| @media (max-width: 767.98px) { | ||||
| @@ -105,7 +105,7 @@ | ||||
|  | ||||
| .action-view-right { | ||||
|   margin-top: 16px; | ||||
|   min-height: calc(100vh - 275px); | ||||
|   min-height: calc(100vh - 245px); | ||||
|  | ||||
|   .job-info-header { | ||||
|     padding: 16px 12px 16px 24px; | ||||
|   | ||||
| @@ -14,7 +14,7 @@ | ||||
|  | ||||
| // clone 下拉菜单 | ||||
| .tippy-box { | ||||
|   margin-top: -6px; | ||||
|   margin-top: -3px; | ||||
|   background: var(--color-box-header); | ||||
|   border-radius: 12px; | ||||
|   overflow: hidden; | ||||
| @@ -36,10 +36,11 @@ | ||||
|  | ||||
|     button { | ||||
|       padding: 15px 12px; | ||||
|       transition: none; | ||||
|     } | ||||
|  | ||||
|     .active { | ||||
|       border-color: #f78166; | ||||
|     .item.active { | ||||
|       border-bottom: 2px solid #f78166; | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   | ||||
| @@ -9,14 +9,12 @@ a.ui.basic.label:hover { | ||||
|   border-color: var(--color-light-border); | ||||
| } | ||||
|  | ||||
| .ui.basic.label.not-mobile, | ||||
| .ui.basic.label.role-label, | ||||
| .page-content.dashboard.feeds .ui.basic.label, | ||||
| .page-content.explore .ui.basic.label, | ||||
| .page-content.organization .ui.basic.label, | ||||
| .admin-setting-content .ui.basic.label { | ||||
|   border-radius: 25px; | ||||
|   background-color: unset; | ||||
| span, | ||||
| .secondary-nav .org-visibility div { | ||||
|   &.ui.basic.label { | ||||
|     border-radius: 25px; | ||||
|     background-color: unset; | ||||
|   } | ||||
| } | ||||
|  | ||||
| .badge.tw-bg-green, | ||||
|   | ||||
| @@ -41,7 +41,7 @@ | ||||
|         } | ||||
|  | ||||
|         &.muted:not(.tw-font-normal) { | ||||
|           font-weight: bold; | ||||
|           font-weight: 600; | ||||
|         } | ||||
|       } | ||||
|     } | ||||
| @@ -110,13 +110,7 @@ | ||||
|  | ||||
|   // clone 按钮居中调整 | ||||
|   .repo-button-row .repo-button-row-right .ui.primary.button span { | ||||
|     display: flex; | ||||
|     align-items: center; | ||||
|     justify-content: center; | ||||
|  | ||||
|     svg { | ||||
|       margin-right: 0.5rem; | ||||
|     } | ||||
|     margin: 0px 3px; | ||||
|   } | ||||
|  | ||||
|   .repo-file-line { | ||||
| @@ -229,7 +223,8 @@ | ||||
|           svg.svg { | ||||
|             margin-right: 4px; | ||||
|  | ||||
|             &.octicon-database{ | ||||
|             &.octicon-database, | ||||
|             &.octicon-law { | ||||
|               margin-right: 6px; | ||||
|             } | ||||
|           } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user