Spaces:
Sleeping
Sleeping
Update app.R
Browse files
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:"),
|