This is an automated email from the ASF dual-hosted git repository.

andreapatricelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/master by this push:
     new fd3f99724e fixed logo rendering in Main Sidebar Container (#601)
fd3f99724e is described below

commit fd3f99724edb0ff99bfd143b9afef26526826a9c
Author: Albert Bici <[email protected]>
AuthorDate: Tue Jan 16 08:39:55 2024 +0100

    fixed logo rendering in Main Sidebar Container (#601)
---
 .../resources/org/apache/syncope/client/console/pages/BasePage.html   | 4 ++--
 .../resources/org/apache/syncope/client/enduser/panels/Sidebar.html   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html
 
b/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html
index 3325c1727c..0bbadc9b58 100644
--- 
a/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html
+++ 
b/client/idrepo/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.html
@@ -110,8 +110,8 @@ under the License.
 
       <!-- Main Sidebar Container -->
       <aside class="main-sidebar sidebar-light-green elevation-4">
-        <div class="brand-link bg-green" style="height: 57px;">
-          <span style="position: absolute;">
+        <div class="brand-link bg-green d-flex" style="height: 57px;">
+          <span class="d-flex">
             <img src="ui-commons/img/logo-mini.png" alt="Apache Syncope Logo" 
class="brand-image" style="max-height: none; opacity: .8;"/>
             <span class="brand-text font-weight-light">Apache Syncope</span>
           </span>
diff --git 
a/client/idrepo/enduser/src/main/resources/org/apache/syncope/client/enduser/panels/Sidebar.html
 
b/client/idrepo/enduser/src/main/resources/org/apache/syncope/client/enduser/panels/Sidebar.html
index 36bd619fad..4062f04a05 100644
--- 
a/client/idrepo/enduser/src/main/resources/org/apache/syncope/client/enduser/panels/Sidebar.html
+++ 
b/client/idrepo/enduser/src/main/resources/org/apache/syncope/client/enduser/panels/Sidebar.html
@@ -19,8 +19,8 @@ under the License.
 -->
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
   <wicket:panel>
-    <div class="brand-link bg-red" style="height: 57px;">
-      <span style="position: absolute;">
+    <div class="brand-link bg-red d-flex" style="height: 57px;">
+      <span class="d-flex">
         <img src="ui-commons/img/logo-mini.png" alt="Apache Syncope Logo" 
class="brand-image" style="max-height: none; opacity: .8;"/>
         <span class="brand-text font-weight-light">Apache Syncope</span>
       </span>

Reply via email to