diff --git a/files/templates/award_modal.html b/files/templates/award_modal.html index 557bb5f5a..af1af39cb 100644 --- a/files/templates/award_modal.html +++ b/files/templates/award_modal.html @@ -62,7 +62,9 @@ background-color: var(--primary)!important; } - .award-columns { - column-count: 3 !important; + @media (max-width: 767.98px) { + .award-columns { + column-count: 3 !important; + } } \ No newline at end of file diff --git a/files/templates/comments.html b/files/templates/comments.html index 25915c286..d2c0f92d2 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -235,10 +235,6 @@
- -   @@ -314,14 +310,14 @@
  • Votes
  • {% if v %} + {% if v.id!=c.author_id %} + Give Award + {% endif %} + Unsave Save - {% if v.id!=c.author_id %} - Give Award - {% endif %} - Reply {% endif %} @@ -474,6 +470,8 @@
  • Votes
  • {% if v %} + Give Award + Save Unsave diff --git a/files/templates/submission.html b/files/templates/submission.html index c872c83db..6bc01274b 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -427,6 +427,7 @@ {% endif %} Votes + {% if v and v.id!=p.author_id %} Give Award {% endif %} diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 96e2d2d56..894c1614e 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -208,8 +208,6 @@     - -     @@ -474,8 +472,6 @@     - -     @@ -603,8 +599,7 @@ {% block content %} {% if v %} -{% include "emoji_modal.html" %} -{% include "gif_modal.html" %} + {% include "emoji_modal.html" %} {% endif %}