mirror of
https://github.com/johrpan/ubigen.git
synced 2025-10-27 04:07:25 +01:00
Add gprofiler integration
This commit is contained in:
parent
d1398a10f8
commit
90c9d18f26
4 changed files with 111 additions and 4 deletions
|
|
@ -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;",
|
||||
"}"
|
||||
))
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue