You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			42 lines
		
	
	
		
			570 B
		
	
	
	
		
			SCSS
		
	
			
		
		
	
	
			42 lines
		
	
	
		
			570 B
		
	
	
	
		
			SCSS
		
	
.inbox {
 | 
						|
  height: 100%;
 | 
						|
  overflow: hidden;
 | 
						|
  transition: none;
 | 
						|
}
 | 
						|
 | 
						|
.inbox.index {
 | 
						|
  display: flex;
 | 
						|
  flex-direction: column;
 | 
						|
  background-color: var(--background-primary-color);
 | 
						|
}
 | 
						|
 | 
						|
.edit-profile-dialog,
 | 
						|
.update-group-dialog {
 | 
						|
  .content {
 | 
						|
    max-width: 100% !important;
 | 
						|
  }
 | 
						|
 | 
						|
  .buttons {
 | 
						|
    margin: 8px;
 | 
						|
  }
 | 
						|
 | 
						|
  .title-text {
 | 
						|
    font-size: large;
 | 
						|
    text-align: center;
 | 
						|
  }
 | 
						|
 | 
						|
  .module-avatar {
 | 
						|
    display: block;
 | 
						|
    margin-bottom: 1rem;
 | 
						|
  }
 | 
						|
 | 
						|
  .avatar-center {
 | 
						|
    display: flex;
 | 
						|
    justify-content: center;
 | 
						|
  }
 | 
						|
 | 
						|
  .avatar-center-inner {
 | 
						|
    display: flex;
 | 
						|
  }
 | 
						|
}
 |