media assets: show sources on show page.
Show sources on the media asset show page. An asset can have more than one source if the same file is uploaded from multiple sites. Only sources from known sites are shown. Sources from unknown sites aren't shown because they could potentially contain private information or identify the uploader in some way. Known issue: Twitter posts often show two sources, the direct image URL and the page URL. This is because someone uploaded the direct image URL first, and we're not able to tell that the image URL and the page URL are for the same tweet.
This commit is contained in:
@@ -122,6 +122,9 @@ $spacer: 0.25rem; /* 4px */
|
||||
|
||||
.ml-4 { margin-left: 4 * $spacer; }
|
||||
|
||||
.mr-2 { margin-right: 2 * $spacer; }
|
||||
.mr-4 { margin-right: 4 * $spacer; }
|
||||
|
||||
.p-0 { padding: 0; }
|
||||
.p-px { padding: 1px; }
|
||||
.p-0\.5 { padding: 0.5 * $spacer; }
|
||||
|
||||
Reference in New Issue
Block a user