Skip to content

Commit

Permalink
Docs styles minor tweaks
Browse files Browse the repository at this point in the history
Magnifying glass showing twice.
Sidebar scrolling with the content.
Header not being hidden correctly for small devices.

close #160
  • Loading branch information
anarthal committed Oct 11, 2023
1 parent 63ce40e commit ab2d6cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion doc/doxygen-awesome-sidebar-only.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ html {

#page-wrapper {
height: calc(100vh - 100px);
display: flex;
flex-direction: column;
}

#content-wrapper {
Expand Down Expand Up @@ -100,6 +102,7 @@ html {
#MSearchSelect {
padding-left: 0.75em;
left: auto;
background-repeat: no-repeat;
}

#MSearchField {
Expand All @@ -121,7 +124,6 @@ html {
display: block;
border-bottom: none;
max-width: var(--side-nav-fixed-width);
overflow: hidden;
background: var(--side-nav-background);
}

Expand Down
4 changes: 2 additions & 2 deletions doc/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</head>
<body>
<div id="page-wrapper">
<div id="content-wrapper" style="display: flex; flex-direction: row">
<div id="sidebar-wrapper" style="display: flex; flex-direction: column">
<div id="content-wrapper">
<div id="sidebar-wrapper">
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->

<!--BEGIN TITLEAREA-->
Expand Down

0 comments on commit ab2d6cd

Please sign in to comment.