c768 900
This commit is contained in:
		
							parent
							
								
									f653b651ce
								
							
						
					
					
						commit
						aaa3f9334b
					
				
							
								
								
									
										12
									
								
								src/app.scss
								
								
								
								
							
							
						
						
									
										12
									
								
								src/app.scss
								
								
								
								
							| 
						 | 
					@ -47,7 +47,7 @@ html {
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media only screen and (max-width: 900px) {
 | 
					@media only screen and (max-width: 1024px) {
 | 
				
			||||||
  html {
 | 
					  html {
 | 
				
			||||||
    --sidebarWidth: max(250px, 20%);
 | 
					    --sidebarWidth: max(250px, 20%);
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
| 
						 | 
					@ -67,13 +67,13 @@ html {
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media only screen and (max-width: 900px) and (min-width: 769px) {
 | 
					@media only screen and (max-width: 1024px) {
 | 
				
			||||||
  .chat-menu-item .chat-icon {
 | 
					  .chat-menu-item .chat-icon {
 | 
				
			||||||
    display: none;
 | 
					    display: none;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media only screen and (max-width: 768px) {
 | 
					@media only screen and (max-width: 900px) {
 | 
				
			||||||
  .navbar {
 | 
					  .navbar {
 | 
				
			||||||
    display: block !important;
 | 
					    display: block !important;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
| 
						 | 
					@ -353,7 +353,7 @@ $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove t
 | 
				
			||||||
  overflow: visible;
 | 
					  overflow: visible;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media only screen and (max-width: 768px) {
 | 
					@media only screen and (max-width: 900px) {
 | 
				
			||||||
  .main-menu .dropdown-menu .dropdown-content {
 | 
					  .main-menu .dropdown-menu .dropdown-content {
 | 
				
			||||||
    max-height: calc(100vh - 112px);
 | 
					    max-height: calc(100vh - 112px);
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
| 
						 | 
					@ -529,7 +529,7 @@ aside.menu.main-menu .menu-expanse {
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media only screen and (max-width: 768px) {
 | 
					@media only screen and (max-width: 900px) {
 | 
				
			||||||
  .prompt-input-container {
 | 
					  .prompt-input-container {
 | 
				
			||||||
    .control.send .button {
 | 
					    .control.send .button {
 | 
				
			||||||
      width: auto;
 | 
					      width: auto;
 | 
				
			||||||
| 
						 | 
					@ -573,7 +573,7 @@ aside.menu.main-menu .menu-expanse {
 | 
				
			||||||
  padding-right: 2px;
 | 
					  padding-right: 2px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media only screen and (max-width: 900px) {
 | 
					@media only screen and (max-width: 1024px) {
 | 
				
			||||||
  .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