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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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-->
|
||||
|
||||
Reference in New Issue
Block a user