mirror of
https://github.com/discourse/discourse.git
synced 2025-06-19 22:23:04 +08:00
add sexy sexy download icon to expanded post images
This commit is contained in:
@ -510,6 +510,13 @@ button {
|
|||||||
color: $caption-title-color;
|
color: $caption-title-color;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
padding-right: 36px; // leave some space for counter at right side
|
padding-right: 36px; // leave some space for counter at right side
|
||||||
|
|
||||||
|
// add the download icon
|
||||||
|
a.image-source-link:before {
|
||||||
|
content: "\f019";
|
||||||
|
font-family: FontAwesome;
|
||||||
|
padding-right: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mfp-image-holder {
|
.mfp-image-holder {
|
||||||
|
Reference in New Issue
Block a user