Skip to content

Commit

Permalink
Merge pull request #235 from jajodiaraghav/patch_2
Browse files Browse the repository at this point in the history
Improve styling of activity strip & fix overflow bug
  • Loading branch information
Martti Sasi authored Jun 7, 2017
2 parents c447a36 + cc206b1 commit 4458733
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion website/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,10 @@ a:hover{
text-decoration: none;
}
.activity-strip-section > div > .small {
font-size: initial;
font-size: 14px;
font-weight: initial;
position: absolute;
top: 80px;
}
.activity-screenshot {
float:right;
Expand Down
2 changes: 1 addition & 1 deletion website/templates/_activity.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<a href="/domain/{{ activity.target.domain_name }}">
<img src="http://www.{{activity.target.domain_name}}/favicon.ico" height="25" onerror="this.onerror=null; this.style.display='none';">
</a>
<a href="{{ activity.target.get_absolute_url }}" style="">{{ activity.target }}</a>
<a href="{{ activity.target.get_absolute_url }}">{{ activity.target|truncatechars:100 }}</a>
{% else %}
<a href="{{ activity.target_url }}"> - {{ activity.target }}</a>
{% endif %}
Expand Down

0 comments on commit 4458733

Please sign in to comment.