mirror of
https://github.com/johrpan/ubigen.git
synced 2025-10-26 19:57:24 +01:00
Add gene selector for custom genes
This commit is contained in:
parent
780e608ee1
commit
5f5670171d
8 changed files with 168 additions and 36 deletions
7
R/style.R
Normal file
7
R/style.R
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#' Custom CSS to tweak the rendering.
|
||||
#' @noRd
|
||||
custom_css <- function() {
|
||||
tags$head(
|
||||
tags$style(".nav-hidden { height: 0 }")
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue