From 1b696623cccaed56ef9e83105f8c5b8596d39785 Mon Sep 17 00:00:00 2001 From: Chris Fulljames Date: Sun, 23 Feb 2025 12:10:51 -0500 Subject: [PATCH] Set default size for profile images to prevent layout shift --- templates/index.html | 2 +- templates/song-list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 987f922..5b4df3a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,7 +24,7 @@ better, I'm open to any thoughts or feedback you have! Just send me
{% if user['has_pfp'] -%} - + {%- endif %} {{ user['username'] }} diff --git a/templates/song-list.html b/templates/song-list.html index 0b5ac2e..775125c 100644 --- a/templates/song-list.html +++ b/templates/song-list.html @@ -7,7 +7,7 @@
{%- if song.user_has_pfp %} - + {%- endif %}
-- 2.39.5