mirror of
				https://codeberg.org/tacerus/teddit.git
				synced 2025-11-04 13:37:21 +01:00 
			
		
		
		
	fix spoiler text not always showing when focused
This commit is contained in:
		
							parent
							
								
									c64581d6a8
								
							
						
					
					
						commit
						420df6bd45
					
				@ -1466,6 +1466,11 @@ code {
 | 
			
		||||
  background: #fff0;
 | 
			
		||||
  transition: none;
 | 
			
		||||
}
 | 
			
		||||
.md .md-spoiler-text:not(.revealed):active *,
 | 
			
		||||
.md .md-spoiler-text:not(.revealed):focus *,
 | 
			
		||||
.md .md-spoiler-text:not(.revealed):hover * {
 | 
			
		||||
  opacity: 1;
 | 
			
		||||
}
 | 
			
		||||
@media only screen and (max-width: 768px) {
 | 
			
		||||
  #user .info {
 | 
			
		||||
    float: right;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user