update(Cis Profil picture): instead of using cover, uses contain for the cis profile picture and adds a black border and background color

This commit is contained in:
SimonGschnell
2025-01-29 14:33:42 +01:00
parent 062e6e5f90
commit b855c404e4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -348,7 +348,7 @@ html {
background-color: var(--fhc-cis-primary);
}
#nav-user-btn img {
object-fit: cover;
object-fit: contain;
height: calc(var(--fhc-cis-header-height) - 2 * var(--fhc-cis-header-py));
width: calc(var(--fhc-cis-header-height) - 2 * var(--fhc-cis-header-py));
}
@@ -359,7 +359,7 @@ html {
}
#nav-user-menu img {
object-fit: cover;
object-fit: contain;
height: calc( 3 * var(--fhc-cis-header-py));
}