diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d445bf..0cd6503 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+# Current
+
+* Fix skinny profile images
+
# 1.6.0
* Switch back to indexeddb to fix memory and performance
diff --git a/android/app/build.gradle b/android/app/build.gradle
index 71305bc..614e0f4 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -7,7 +7,7 @@ android {
applicationId "social.flotilla"
minSdk rootProject.ext.minSdkVersion
targetSdk rootProject.ext.targetSdkVersion
- versionCode 35
+ versionCode 36
versionName "1.6.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
diff --git a/src/lib/components/ImageIcon.svelte b/src/lib/components/ImageIcon.svelte
index 44d51ee..912daf7 100644
--- a/src/lib/components/ImageIcon.svelte
+++ b/src/lib/components/ImageIcon.svelte
@@ -14,5 +14,8 @@
{#if src.includes("image/svg") || src.endsWith(".svg")}
{:else}
-
+
{/if}