2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Docs styles minor tweaks

Magnifying glass showing twice.
Sidebar scrolling with the content.
Header not being hidden correctly for small devices.

close #160
This commit is contained in:
Ruben Perez
2023-10-11 11:57:43 +02:00
parent 63ce40e365
commit ab2d6cdea8
2 changed files with 5 additions and 3 deletions

View File

@@ -40,6 +40,8 @@ html {
#page-wrapper {
height: calc(100vh - 100px);
display: flex;
flex-direction: column;
}
#content-wrapper {
@@ -100,6 +102,7 @@ html {
#MSearchSelect {
padding-left: 0.75em;
left: auto;
background-repeat: no-repeat;
}
#MSearchField {
@@ -121,7 +124,6 @@ html {
display: block;
border-bottom: none;
max-width: var(--side-nav-fixed-width);
overflow: hidden;
background: var(--side-nav-background);
}

View File

@@ -19,8 +19,8 @@ $extrastylesheet
</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-->