Skip to content

Commit 6389daa

Browse files
authored
Merge pull request #161 from anarthal/develop
Docs styles minor tweaks
2 parents 63ce40e + ab2d6cd commit 6389daa

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

doc/doxygen-awesome-sidebar-only.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ html {
4040

4141
#page-wrapper {
4242
height: calc(100vh - 100px);
43+
display: flex;
44+
flex-direction: column;
4345
}
4446

4547
#content-wrapper {
@@ -100,6 +102,7 @@ html {
100102
#MSearchSelect {
101103
padding-left: 0.75em;
102104
left: auto;
105+
background-repeat: no-repeat;
103106
}
104107

105108
#MSearchField {
@@ -121,7 +124,6 @@ html {
121124
display: block;
122125
border-bottom: none;
123126
max-width: var(--side-nav-fixed-width);
124-
overflow: hidden;
125127
background: var(--side-nav-background);
126128
}
127129

doc/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
</head>
2020
<body>
2121
<div id="page-wrapper">
22-
<div id="content-wrapper" style="display: flex; flex-direction: row">
23-
<div id="sidebar-wrapper" style="display: flex; flex-direction: column">
22+
<div id="content-wrapper">
23+
<div id="sidebar-wrapper">
2424
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
2525

2626
<!--BEGIN TITLEAREA-->

0 commit comments

Comments
 (0)