Add specific breakpoint

This commit is contained in:
2026-01-21 10:05:41 +01:00
parent 7156e7a7d7
commit e55117d944

5
ui.R
View File

@@ -186,7 +186,10 @@ ui <- function() {
uiOutput("txt_map_selection_stadtteil"),
plotOutput("grph_top3"),
),
col_widths = c(8, 4),
col_widths = breakpoints(
sm = c(12, 12), # Auf kleinen Bildschirmen: untereinander (100% Breite)
md = c(8, 4) # Auf Desktop: nebeneinander (8 zu 4 Aufteilung)
)
),
sidebar = sidebar(
radioButtons(