template/quitesimple: hack to hide sidebar in portrait mode
这个提交包含在:
		@@ -211,3 +211,12 @@ display: block;
 | 
				
			|||||||
	color: red !important;
 | 
						color: red !important;
 | 
				
			||||||
	font-weight: bold;
 | 
						font-weight: bold;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@media screen and (orientation: portrait)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
						#sidebar
 | 
				
			||||||
 | 
						{
 | 
				
			||||||
 | 
							display: none;
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		在新工单中引用
	
	屏蔽一个用户