Skip to content

Commit

Permalink
tests(310): Update snaps with sidebar padding-top on mobile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Oct 26, 2023
1 parent fb14d40 commit 9ce15c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/apps/310-bslib-sidebar-dynamic/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ui <- page_fixed(
h1("Dynamic Sidebars"),
tags$head(tags$title("bslib | Tests | Dynamic Sidebars")),
# Disable sidebar transitions for tests
tags$style(".bslib-sidebar-layout {--bslib-sidebar-transition-duration: 5ms};"),
tags$style(":root {--bslib-sidebar-transition-duration: 0ms};"),
p(
"Test dynamically added sidebars.",
"Each new layout is a nested layout with two sidebars.",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9ce15c6

Please sign in to comment.