Skip to content

Commit

Permalink
edit: inline styling moved to external SCSS file
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleGrealis committed Jan 12, 2024
1 parent c4bd281 commit 031ffea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/main.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ ui <- function(id) {
page_fillable(
useShinyjs(),
theme = bs_theme(version = 5),
style = "margin: auto; max-width: 1500px;",
titlePanel("EpiMatch: case-control matching made easy"),
div(
sidebarLayout(
Expand Down
2 changes: 1 addition & 1 deletion app/static/css/app.min.css

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

5 changes: 5 additions & 0 deletions app/styles/main.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.bslib-page-fill {
margin: auto;
max-width: 1500px;
}

#my-sidebar, #app-algo-iteration_results {
background-color: var(--bs-body-bg);
}
Expand Down

0 comments on commit 031ffea

Please sign in to comment.