Skip to content

Commit 2b5af12

Browse files
committed
Merge branch 'albert-github-feature/bug_md_img_2'
2 parents 77b9626 + bec6bf0 commit 2b5af12

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

templates/html/doxygen.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,11 @@ img.formulaInl, img.inline {
593593
vertical-align: middle;
594594
}
595595

596+
div.toc img.inline {
597+
float: none;
598+
vertical-align: top;
599+
max-height: 14px;
600+
}
596601
div.center {
597602
text-align: center;
598603
margin-top: 0px;

templates/html/navtree.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
padding:0px;
3232
border:0px;
3333
vertical-align: middle;
34+
float: none;
35+
max-height: 20px;
3436
}
3537

3638
#nav-tree a {
@@ -239,10 +241,15 @@ div.nav-sync-icon:hover span.sync-icon-right {
239241
display: block;
240242
width: 250px;
241243
box-sizing: content-box;
242-
position: relative;
244+
position: relative;
243245
border-left: 1px solid var(--nav-border-color);
244246
}
245247

248+
#page-nav img.inline {
249+
float: none;
250+
max-height: 19px;
251+
}
252+
246253
#page-nav-tree {
247254
display: inline-block;
248255
}

0 commit comments

Comments
 (0)