mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Revert "Fix notification and stopwatch empty states" (#22876)
Per https://github.com/go-gitea/gitea/pull/22845#issuecomment-1426950234 Reverts go-gitea/gitea#22845 Let's have a better PR. @silverwind @zeripath Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
		@@ -1803,7 +1803,6 @@ footer {
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* TODO: remove in favor of .hidden helper */
 | 
					 | 
				
			||||||
.hide {
 | 
					.hide {
 | 
				
			||||||
  display: none;
 | 
					  display: none;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -22,7 +22,6 @@
 | 
				
			|||||||
/* below class names match Tailwind CSS */
 | 
					/* below class names match Tailwind CSS */
 | 
				
			||||||
.pointer-events-none { pointer-events: none !important; }
 | 
					.pointer-events-none { pointer-events: none !important; }
 | 
				
			||||||
.relative { position: relative !important; }
 | 
					.relative { position: relative !important; }
 | 
				
			||||||
.hidden { display: none !important; }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
.mono {
 | 
					.mono {
 | 
				
			||||||
  font-family: var(--fonts-monospace) !important;
 | 
					  font-family: var(--fonts-monospace) !important;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user