Styling fixes
This commit is contained in:
		
							parent
							
								
									12c0011fee
								
							
						
					
					
						commit
						2585649b20
					
				
					 2 changed files with 9 additions and 8 deletions
				
			
		|  | @ -46,6 +46,7 @@ | ||||||
|     margin-left: -22px; |     margin-left: -22px; | ||||||
|     margin-right: -22px; |     margin-right: -22px; | ||||||
|     width: inherit; |     width: inherit; | ||||||
|  |     max-width: none; | ||||||
|     height: 250px; |     height: 250px; | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -1058,6 +1058,14 @@ | ||||||
|     color: $ui-secondary-color; |     color: $ui-secondary-color; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|  |   .account__avatar { | ||||||
|  |     @include avatar-radius(); | ||||||
|  |     @include avatar-size(90px); | ||||||
|  |     display: block; | ||||||
|  |     margin: 0 auto 10px; | ||||||
|  |     overflow: hidden; | ||||||
|  |   } | ||||||
|  | 
 | ||||||
|   .account__header__display-name { |   .account__header__display-name { | ||||||
|     color: $primary-text-color; |     color: $primary-text-color; | ||||||
|     display: inline-block; |     display: inline-block; | ||||||
|  | @ -1248,14 +1256,6 @@ | ||||||
|   } |   } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .account__header__avatar { |  | ||||||
|   @include avatar-radius(); |  | ||||||
|   @include avatar-size(90px); |  | ||||||
|   display: block; |  | ||||||
|   margin: 0 auto 10px; |  | ||||||
|   overflow: hidden; |  | ||||||
| } |  | ||||||
| 
 |  | ||||||
| .account-authorize { | .account-authorize { | ||||||
|   padding: 14px 10px; |   padding: 14px 10px; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue