Spaces:
Sleeping
Sleeping
Girish Jeswani commited on
Commit ·
d2fc0ab
1
Parent(s): 141e477
mobile layout fixes
Browse files
phd-advisor-frontend/src/components/AdvisorStatusDropdown.js
CHANGED
|
@@ -299,6 +299,9 @@ const AdvisorStatusDropdown = ({ advisors, thinkingAdvisors, getAdvisorColors, i
|
|
| 299 |
|
| 300 |
/* Responsive Design */
|
| 301 |
@media (max-width: 768px) {
|
|
|
|
|
|
|
|
|
|
| 302 |
.advisor-dropdown-panel {
|
| 303 |
right: -20px;
|
| 304 |
left: -20px;
|
|
|
|
| 299 |
|
| 300 |
/* Responsive Design */
|
| 301 |
@media (max-width: 768px) {
|
| 302 |
+
.advisor-status-dropdown {
|
| 303 |
+
display: none;
|
| 304 |
+
}
|
| 305 |
.advisor-dropdown-panel {
|
| 306 |
right: -20px;
|
| 307 |
left: -20px;
|
phd-advisor-frontend/src/styles/ExportButton.css
CHANGED
|
@@ -359,13 +359,13 @@
|
|
| 359 |
/* Responsive Design */
|
| 360 |
@media (max-width: 768px) {
|
| 361 |
.export-dropdown {
|
| 362 |
-
right: -
|
| 363 |
-
left: -
|
| 364 |
width: auto;
|
| 365 |
min-width: unset;
|
| 366 |
}
|
| 367 |
|
| 368 |
-
|
| 369 |
padding: 16px 20px;
|
| 370 |
}
|
| 371 |
|
|
@@ -373,6 +373,15 @@
|
|
| 373 |
width: 36px;
|
| 374 |
height: 36px;
|
| 375 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 376 |
}
|
| 377 |
|
| 378 |
/* Focus states for accessibility */
|
|
|
|
| 359 |
/* Responsive Design */
|
| 360 |
@media (max-width: 768px) {
|
| 361 |
.export-dropdown {
|
| 362 |
+
right: -40px;
|
| 363 |
+
left: -40px;
|
| 364 |
width: auto;
|
| 365 |
min-width: unset;
|
| 366 |
}
|
| 367 |
|
| 368 |
+
.export-format-button {
|
| 369 |
padding: 16px 20px;
|
| 370 |
}
|
| 371 |
|
|
|
|
| 373 |
width: 36px;
|
| 374 |
height: 36px;
|
| 375 |
}
|
| 376 |
+
|
| 377 |
+
.export-button {
|
| 378 |
+
padding: 6px 12px;
|
| 379 |
+
font-size: 13px;
|
| 380 |
+
}
|
| 381 |
+
|
| 382 |
+
/* .export-text {
|
| 383 |
+
display: none;
|
| 384 |
+
} */
|
| 385 |
}
|
| 386 |
|
| 387 |
/* Focus states for accessibility */
|