Skip to content

Commit 4f38a1a

Browse files
committed
stuff2
1 parent 510d6d4 commit 4f38a1a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/ffi/grovedb/contrib/doxygen/custom/custom.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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: 35px !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;

src/ffi/grovedb/contrib/gcovr/theme/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)