Add gprofiler integration

This commit is contained in:
Elias Projahn 2022-06-02 10:17:49 +02:00
parent d1398a10f8
commit 90c9d18f26
4 changed files with 111 additions and 4 deletions

View file

@ -2,6 +2,13 @@
#' @noRd
custom_css <- function() {
tags$head(
tags$style(".nav-hidden { height: 0 }")
tags$style(HTML(
".nav-hidden { height: 0 }",
".flow-layout > div {",
"display: inline-block;",
"vertical-align: top;",
"margin-right: 12px;",
"}"
))
)
}