add bootstrap class to only show fh logo in header on medium and greater displays; adjusted nav-user-btn css under mobile breakpoint to just take space of contained img and let searchbar flex growth apply to leftover width;

This commit is contained in:
Johann Hoffmann
2024-10-21 16:02:54 +02:00
parent 690080035a
commit f3851da10d
4 changed files with 11 additions and 10 deletions
+4 -4
View File
@@ -352,12 +352,12 @@ html {
position: relative;
}
#nav-user-btn {
width: 100%;
}
#nav-user-btn img {
object-fit: cover;
height: 1.5rem;
width: 1.5rem;
height: 2rem;
width: 2rem;
}
#nav-user-menu {
position: relative !important;
@@ -407,4 +407,4 @@ html {
font-family: var(--fa-style-family, "Font Awesome 6 Free");
font-weight: var(--fa-style, 900);
margin-inline-start: 0.5rem;
}
}