Skip to content

Commit

Permalink
No margin bottom on active fill items (#739)
Browse files Browse the repository at this point in the history
Co-authored-by: Garrick Aden-Buie <[email protected]>
Co-authored-by: cpsievert <[email protected]>
3 people authored Aug 9, 2023
1 parent 375a348 commit a076e72
Showing 7 changed files with 9 additions and 5 deletions.
Binary file modified R/sysdata.rda
Binary file not shown.
5 changes: 5 additions & 0 deletions inst/bslib-scss/spacer.scss
Original file line number Diff line number Diff line change
@@ -24,3 +24,8 @@ $spacer: 1rem !default;
margin-bottom: 0;
}
}

// We generally don't want mb spacing for _activated_ fill items
.html-fill-container > .html-fill-item.bslib-mb-spacing {
margin-bottom: 0;
}
2 changes: 1 addition & 1 deletion inst/components/dist/page_navbar/page_navbar.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion inst/components/scss/page_navbar.scss
Original file line number Diff line number Diff line change
@@ -36,5 +36,4 @@
// (especially important when page_navbar(inverse = FALSE, sidebar = sidebar())
.navbar+div>.bslib-sidebar-layout {
border-top: var(--bslib-sidebar-border);
margin-bottom: 0;
}
2 changes: 1 addition & 1 deletion inst/css-precompiled/3/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/css-precompiled/4/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/css-precompiled/5/bootstrap.min.css

Large diffs are not rendered by default.

0 comments on commit a076e72

Please sign in to comment.