Skip to content

Commit 762435b

Browse files
committed
fix: main div sizing expansion when search is engaged
1 parent 119606f commit 762435b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ heading_anchors: true
6969

7070
# Aux links for the upper right navigation
7171
aux_links:
72-
"BIRDSOpenSource on GitHub":
72+
"GitHub":
7373
- "https://github.com/BIRDSOpenSource/BIRDSOpenSource.github.io"
7474

7575
# Makes Aux links open in a new tab. Default is false

_includes/head.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
<style>
7070
* {
7171
font-family: "DM Sans", sans-serif;
72+
scrollbar-width: thin;
73+
scrollbar-color: #eaeaea transparent;
74+
scrollbar-gutter: stable;
7275
font-optical-sizing: auto;
7376
}
7477

@@ -84,7 +87,7 @@
8487
}
8588
.main {
8689
margin-left: 0px;
87-
max-width: none !important;
90+
max-width: calc(100% - 264px) !important;
8891
height: 100%;
8992
}
9093
.main-content-wrap {
@@ -126,9 +129,6 @@
126129
}
127130
.site-nav {
128131
color: #ededed !important;
129-
scrollbar-width: thin;
130-
scrollbar-color: #eaeaea transparent;
131-
scrollbar-gutter: stable;
132132
}
133133

134134
.nav-list-link {

0 commit comments

Comments
 (0)