Skip to content
Snippets Groups Projects
Commit 407995a9 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Change text of image mobile placeholder to CLICK TO LOAD and improve layout. Fixes #554

parent 9a6e44c4
No related branches found
No related tags found
No related merge requests found
......@@ -1998,11 +1998,20 @@ a.github-fork {
border: 1px dashed #ddd;
padding: 20px 15px;
margin-bottom: 5px;
display: inline-block;
text-transform: uppercase;
color: #aaa;
text-align: center;
cursor: pointer;
height: 200px;
display: flex;
display: -webkit-flex;
flex-direction: column;
-webkit-flex-direction: column;
align-items: center;
-webkit-align-items: center;
justify-content: center;
-webkit-justify-content: center;
width: 200px;
i {
font-size: 24px;
......
......@@ -9,7 +9,7 @@
{{#if parsedUrl}}
<div class="image-to-download" data-url="{{url}}">
<i class="icon-picture"></i>
<div>click to download</div>
<div>click to load</div>
</div>
{{/if}}
{{/if}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment