template/quitesimple: hack to hide sidebar in portrait mode
This commit is contained in:
		@@ -211,3 +211,12 @@ display: block;
 | 
			
		||||
	color: red !important;
 | 
			
		||||
	font-weight: bold;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@media screen and (orientation: portrait)
 | 
			
		||||
{
 | 
			
		||||
	#sidebar
 | 
			
		||||
	{
 | 
			
		||||
		display: none;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user