mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-07 12:37:27 +00:00
update header in mobile view (#10160)
This commit is contained in:
parent
108204c070
commit
0056e81b7e
@ -428,6 +428,19 @@ a:hover {
|
||||
color: var(--ifm-navbar-link-hover-color, var(--ifm-color-primary)) !important;
|
||||
}
|
||||
|
||||
/* Hide navbar title on mobile/tablet to prevent overlap with search bar */
|
||||
@media (max-width: 996px) {
|
||||
.navbar__title {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Ensure navbar brand doesn't grow too large */
|
||||
.navbar__brand {
|
||||
flex-shrink: 0;
|
||||
max-width: fit-content;
|
||||
}
|
||||
}
|
||||
|
||||
/* Remove underline from navbar logo link */
|
||||
.navbar__logo,
|
||||
.navbar__brand {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user