User interface and style improvements

This commit is contained in:
Elias Projahn 2022-08-18 12:21:00 +02:00
parent 447fdfab4f
commit 6938cb0d84
7 changed files with 62 additions and 44 deletions

View file

@ -9,7 +9,9 @@ custom_css <- function() {
"vertical-align: top;",
"margin-right: 12px;",
"}",
".shiny-input-container { width: auto !important; min-width: 200px; }"
".shiny-input-container { width: auto !important; min-width: 200px; }",
"h5 { margin-top: 0.5rem; margin-bottom: 1rem; font-weight: bold; }",
".navbar-brand { font-weight: bold; }"
))
)
}