Skip to content

Commit

Permalink
Using d-md-block d-none to hide #kudos_header on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
aewens authored Oct 2, 2019
1 parent 2df244a commit 8cbc13f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/dashboard/templates/profiles/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<div class="container profile-card mt-md-n5 mh-150">
<div class="row">
{% if total_kudos_count %}
<div id=kudos_header>
<div id="kudos_header" class="d-md-block d-none">
{% for kudos_group in my_kudos %}
<img src="{{ kudos_group.kudos_token_cloned_from.preview_img_url }}" title="{{ kudos_group.kudos_token_cloned_from.name|humanize_name }}" class="img-thumbnail border-transparent kd-shadow" width="70">
{% endfor %}
Expand Down Expand Up @@ -118,4 +118,4 @@
{% endif %}
</script>
</body>
</html>
</html>

0 comments on commit 8cbc13f

Please sign in to comment.