diff --git a/templates/base.html b/templates/base.html index df363e9..21b5382 100644 --- a/templates/base.html +++ b/templates/base.html @@ -47,8 +47,8 @@ } .benefit-img { - max-width: 120px; - max-height: 120px; + width: 160px; + height: 160px; } .hover-effect { diff --git a/templates/twitch/dashboard.html b/templates/twitch/dashboard.html index caa88d7..9ad2a47 100644 --- a/templates/twitch/dashboard.html +++ b/templates/twitch/dashboard.html @@ -3,43 +3,48 @@ {% block title %}Dashboard - Twitch Drops Tracker{% endblock %} {% block content %} -
+
-

Dashboard

-

Track your active Twitch drop campaigns and progress.

+

Dashboard

+

Track your active Twitch drop campaigns and progress.

-
+
-
+
Active Campaigns
-
+
{% if active_campaigns %} -
+
{% for campaign in active_campaigns %} -
-
- {% if campaign.image_url %} - {{ campaign.name }} - {% endif %} -
-
{{ campaign.name }}
-
+
+
+
+ {% if campaign.image_url %} + {{ campaign.name }} + {% else %} +
+ +
+ {% endif %} +
+
+
{{ campaign.name }}
+

{{ campaign.game.display_name }} -

-

{{ campaign.description|truncatewords:20 }}

-
- @@ -47,7 +52,7 @@ {% endfor %}
{% else %} -
+
No active campaigns at the moment.
{% endif %} @@ -59,27 +64,27 @@
-
+
Quick Stats
-
-
-
-
-

{{ active_campaigns.count }}

-

Active Campaigns

+
+
+
+
+

{{ active_campaigns.count }}

+

Active Campaigns

-
-
-

{{ now|date:"F j, Y" }}

-

Current Date

+
+
+

{{ now|date:"F j, Y" }}

+

Current Date