mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Several fixes for mobile UI (#25634)
Resolves #25622 <details> <summary>Screenshots</summary>        </details> --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
		@@ -498,6 +498,8 @@ export function initRepositoryActionView() {
 | 
			
		||||
 | 
			
		||||
<style scoped>
 | 
			
		||||
.action-view-body {
 | 
			
		||||
  padding-top: 12px;
 | 
			
		||||
  padding-bottom: 12px;
 | 
			
		||||
  display: flex;
 | 
			
		||||
  gap: 12px;
 | 
			
		||||
}
 | 
			
		||||
@@ -531,11 +533,6 @@ export function initRepositoryActionView() {
 | 
			
		||||
  margin: 0 0 0 28px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.action-view-left, .action-view-right {
 | 
			
		||||
  padding-top: 12px;
 | 
			
		||||
  padding-bottom: 12px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* ================ */
 | 
			
		||||
/* action view left */
 | 
			
		||||
 | 
			
		||||
@@ -749,6 +746,7 @@ export function initRepositoryActionView() {
 | 
			
		||||
  background-color: var(--color-console-bg);
 | 
			
		||||
  max-height: 100%;
 | 
			
		||||
  border-radius: 0 0 var(--border-radius) var(--border-radius);
 | 
			
		||||
  z-index: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.job-step-container .job-step-summary {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user