mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 02:46:04 +01:00 
			
		
		
		
	Improve issue sidebar UI (#32587)
1. remove duplicate dividers 2. align reviewer items 3. merge & remove unused CSS styles Before: <details>   </details> After: <details>    </details>
This commit is contained in:
		| @@ -1397,6 +1397,10 @@ table th[data-sortt-desc] .svg { | ||||
|   gap: .5rem; | ||||
|   min-width: 0; | ||||
| } | ||||
| .ui.dropdown .menu.flex-items-menu > .item img, | ||||
| .ui.dropdown .menu.flex-items-menu > .item svg { | ||||
|   margin: 0; /* use gap, but not margin */ | ||||
| } | ||||
|  | ||||
| .ui.dropdown.ellipsis-items-nowrap > .text { | ||||
|   overflow: hidden; | ||||
|   | ||||
| @@ -53,11 +53,6 @@ | ||||
| .issue-sidebar-combo .ui.dropdown .item:not(.checked) .item-check-mark { | ||||
|   visibility: hidden; | ||||
| } | ||||
| /* ideally, we should move these styles to ".ui.dropdown .menu.flex-items-menu > .item ...", could be done later */ | ||||
| .issue-sidebar-combo .ui.dropdown .menu > .item > img, | ||||
| .issue-sidebar-combo .ui.dropdown .menu > .item > svg { | ||||
|   margin: 0; | ||||
| } | ||||
|  | ||||
| .issue-content-right .dropdown > .menu { | ||||
|   max-width: 270px; | ||||
| @@ -79,11 +74,6 @@ | ||||
|   } | ||||
| } | ||||
|  | ||||
| .repository .issue-content-right .filter.menu { | ||||
|   max-height: 500px; | ||||
|   overflow-x: auto; | ||||
| } | ||||
|  | ||||
| .repository .filter.menu.labels .label-filter .menu .info { | ||||
|   display: inline-block; | ||||
|   padding: 0.5rem 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user