Css – Is it possible to modify the arrow that collapses the sidebar?
I'd like to move the little arrow that toggles the sidebar up to the top or basically just make it more visible/easier to close. library(bslib) library(shiny) library(ggplot2) ui <- page_sidebar( title = "Example dashboard", sidebar = sidebar( varSelectInput("var", "Select variable",…