Fixes to notification styling
This commit is contained in:
		| @@ -48,6 +48,7 @@ | ||||
| } | ||||
|  | ||||
| .account__avatar-overlay { | ||||
|   position: relative; | ||||
|   @include avatar-size(48px); | ||||
|  | ||||
|   &-base { | ||||
| @@ -288,9 +289,8 @@ | ||||
| } | ||||
|  | ||||
| .notification__message { | ||||
|   margin-left: 68px; | ||||
|   padding: 8px 0; | ||||
|   padding-bottom: 0; | ||||
|   margin-left: 42px; | ||||
|   padding: 8px 0 0 26px; | ||||
|   cursor: default; | ||||
|   color: $ui-primary-color; | ||||
|   font-size: 15px; | ||||
|   | ||||
| @@ -243,7 +243,7 @@ | ||||
| } | ||||
|  | ||||
| .notification__favourite-icon-wrapper { | ||||
|   left: -26px; | ||||
|   left: 0; | ||||
|   position: absolute; | ||||
|  | ||||
|   .star-icon { | ||||
|   | ||||
| @@ -254,7 +254,7 @@ | ||||
|   } | ||||
|  | ||||
|   .notification__message { | ||||
|     margin: -10px -10px 10px; | ||||
|     margin: -10px 0px 10px 32px; | ||||
|   } | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user