File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -508,6 +508,11 @@ html.dark-mode .doc-icon::after {
508508/* ---------- Footer (matches gcovr coverage theme) ---------- */
509509
510510# nav-path {
511+ position : fixed;
512+ bottom : 0 ;
513+ left : 0 ;
514+ right : 0 ;
515+ z-index : 50 ;
511516 background : # ededed ;
512517}
513518
@@ -517,13 +522,14 @@ html.dark-mode .doc-icon::after {
517522 border-top : 1px solid var (--separator-color );
518523 border-bottom : none !important ;
519524 min-height : 35px ;
520- height : 35 px !important ;
525+ height : auto !important ;
521526 line-height : normal !important ;
522527 box-sizing : border-box;
523528 overflow : visible;
524529 display : flex;
525530 align-items : center;
526531 justify-content : flex-end;
532+ flex-wrap : wrap;
527533 padding : 8px 14px !important ;
528534 margin : 0 ;
529535 font-size : 13px !important ;
Original file line number Diff line number Diff line change @@ -830,6 +830,7 @@ html.dark-mode #sidebar {
830830 # sidebar-header {
831831 padding : 12px 8px 12px 0 ;
832832 flex-shrink : 0 ;
833+ border-bottom : none;
833834 }
834835
835836 # sidebar-logo svg {
You can’t perform that action at this time.
0 commit comments