mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 01:34:27 +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:
		@@ -125,7 +125,7 @@ export default {
 | 
			
		||||
      {{ isLoading ? locale.loadingTitle : errorText ? locale.loadingTitleFailed: "Number of commits in the past year" }}
 | 
			
		||||
    </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