mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 16:44:28 +00:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user