mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 03:18:24 +00:00 
			
		
		
		
	Migrate border and margin classes to Tailwind (#29828)
Used all existing css vars, other migrations are 1:1. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		| @@ -148,7 +148,7 @@ export default { | ||||
|       {{ isLoading ? locale.loadingTitle : errorText ? locale.loadingTitleFailed: `Code frequency over the history of ${repoLink.slice(1)}` }} | ||||
|     </div> | ||||
|     <div class="gt-df ui segment main-graph"> | ||||
|       <div v-if="isLoading || errorText !== ''" class="gt-tc gt-m-auto"> | ||||
|       <div v-if="isLoading || errorText !== ''" class="gt-tc tw-m-auto"> | ||||
|         <div v-if="isLoading"> | ||||
|           <SvgIcon name="octicon-sync" class="gt-mr-3 job-status-rotate"/> | ||||
|           {{ locale.loadingInfo }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user