sforkowany z mirror/soapbox
				
			Merge branch 'pinned-icon' into 'develop'
Status: improve "pinned" icon See merge request soapbox-pub/soapbox-fe!792profile-avatar-switcher
						commit
						7449c517a7
					
				|  | @ -353,7 +353,7 @@ class Status extends ImmutablePureComponent { | ||||||
|       prepend = ( |       prepend = ( | ||||||
|         <div className='status__prepend'> |         <div className='status__prepend'> | ||||||
|           <div className='status__prepend-icon-wrapper'> |           <div className='status__prepend-icon-wrapper'> | ||||||
|             <Icon src={require('@tabler/icons/icons/pin.svg')} className='status__prepend-icon' /> |             <Icon src={require('@tabler/icons/icons/pinned.svg')} className='status__prepend-icon status__prepend-icon--pinned' /> | ||||||
|           </div> |           </div> | ||||||
|           <FormattedMessage id='status.pinned' defaultMessage='Pinned post' /> |           <FormattedMessage id='status.pinned' defaultMessage='Pinned post' /> | ||||||
|         </div> |         </div> | ||||||
|  |  | ||||||
|  | @ -149,6 +149,16 @@ | ||||||
|   } |   } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | .status__prepend-icon--pinned.svg-icon { | ||||||
|  |   width: 18px; | ||||||
|  |   height: 18px; | ||||||
|  |   margin-top: -1px; | ||||||
|  | 
 | ||||||
|  |   svg { | ||||||
|  |     stroke-width: 1.5px; | ||||||
|  |   } | ||||||
|  | } | ||||||
|  | 
 | ||||||
| .status { | .status { | ||||||
|   padding: 8px 10px; |   padding: 8px 10px; | ||||||
|   padding-left: 68px; |   padding-left: 68px; | ||||||
|  |  | ||||||
		Ładowanie…
	
		Reference in New Issue
	
	 Alex Gleason
						Alex Gleason