TimStats commited on
Commit
d1a2a92
·
verified ·
1 Parent(s): ee73302

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +9 -0
app.R CHANGED
@@ -183,6 +183,15 @@ ui <- grid_page(
183
  "1fr"
184
  ),
185
  gap_size = "1rem",
 
 
 
 
 
 
 
 
 
186
  sidebarPanel(
187
  dateInput("date",
188
  "Date:"),
 
183
  "1fr"
184
  ),
185
  gap_size = "1rem",
186
+ tags$head(
187
+ tags$style(HTML("
188
+ @media (max-width: 768px) {
189
+ .selectize-input { font-size: 14px; }
190
+ .form-group { margin-bottom: 10px; }
191
+ .action-button { width: 100%; }
192
+ }
193
+ "))
194
+ ),
195
  sidebarPanel(
196
  dateInput("date",
197
  "Date:"),