From 0ab8541be690bb7d39f91387ed078af399e4aa16 Mon Sep 17 00:00:00 2001
From: Igor <igorbu4@gmail.com>
Date: Mon, 17 May 2021 16:21:23 +0000
Subject: [PATCH] Set the height of the profile image explicitly (#201)

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

diff --git a/assets/css/style.css b/assets/css/style.css
index 56e28bf..1f5c981 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -298,6 +298,7 @@
 
 .sidebar .logo-title .title img {
     width: 127px;
+    height: 127px;
     border-radius: 50%;
 }
 
diff --git a/assets/css/style.rtl.css b/assets/css/style.rtl.css
index 652f684..651e236 100644
--- a/assets/css/style.rtl.css
+++ b/assets/css/style.rtl.css
@@ -297,6 +297,7 @@
 
 .sidebar .logo-title .title img {
     width: 127px;
+    height: 127px;
     border-radius: 50%;
 }
 

--
Gitblit v1.10.0