Update app.scss
This commit is contained in:
		
							parent
							
								
									71a8bbce7c
								
							
						
					
					
						commit
						23198ba599
					
				| 
						 | 
					@ -47,7 +47,7 @@ html {
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media only screen and (max-width: 1024px) {
 | 
					@media only screen and (max-width: 1200px) {
 | 
				
			||||||
  html {
 | 
					  html {
 | 
				
			||||||
    --sidebarWidth: max(250px, 20%);
 | 
					    --sidebarWidth: max(250px, 20%);
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
| 
						 | 
					@ -61,13 +61,13 @@ html {
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media screen and (min-width: 1024px) {
 | 
					@media screen and (min-width: 1200px) {
 | 
				
			||||||
  .modal-card.wide {
 | 
					  .modal-card.wide {
 | 
				
			||||||
    width: 960px !important;
 | 
					    width: 960px !important;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media only screen and (max-width: 1024px) {
 | 
					@media only screen and (max-width: 1200px) {
 | 
				
			||||||
  .chat-menu-item .chat-icon {
 | 
					  .chat-menu-item .chat-icon {
 | 
				
			||||||
    display: none;
 | 
					    display: none;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
| 
						 | 
					@ -573,7 +573,7 @@ aside.menu.main-menu .menu-expanse {
 | 
				
			||||||
  padding-right: 2px;
 | 
					  padding-right: 2px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media only screen and (max-width: 1024px) {
 | 
					@media only screen and (max-width: 1200px) {
 | 
				
			||||||
  .main-menu .dropdown.is-right .dropdown-menu {
 | 
					  .main-menu .dropdown.is-right .dropdown-menu {
 | 
				
			||||||
    right:auto;
 | 
					    right:auto;
 | 
				
			||||||
    left:0;
 | 
					    left:0;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue