From 3971e373205483aa7530cd2037dfaed644253628 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Sat, 22 May 2021 18:28:19 +0000
Subject: [PATCH] Fix an Issue where profile image appears distorted on mobile

---
 assets/css/style.rtl.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/assets/css/style.rtl.css b/assets/css/style.rtl.css
index 651e236..8ead7f1 100644
--- a/assets/css/style.rtl.css
+++ b/assets/css/style.rtl.css
@@ -919,6 +919,7 @@
 
     .sidebar .logo-title .title img {
         width: 100px;
+        height: 100px;
     }
 
     .sidebar .logo-title .title h3 {

--
Gitblit v1.10.0