inst/explorer/ui/css_from_arguments.R

# CSS from function arguments ---------------------------------------------

# Font size

if (!is.null(ui_options$font_size)) {
    shinyjs::inlineCSS(
        sprintf(
            ".boxed_doc_data_365, .boxed_doc_data_dok {font-size: %s;}",
            ui_options$font_size
        )
    )
}
kgjerde/corporaexplorer documentation built on July 3, 2023, 7:02 p.m.