We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d420fa + c0ddda3 commit c350701Copy full SHA for c350701
1 file changed
app/assets/styles.css
@@ -413,3 +413,30 @@ table td {
413
text-align: center;
414
}
415
416
+
417
+/* Overriding ember-styleguide because the on-this-page
418
+ is used for index lists of methods and properties and
419
+ is vital information for the api guides.
420
+ Ideally we'd also switch to the mobile left nav at
421
+ around < 1000px but that requires upstream changes.
422
+*/
423
+@media (width <= 80em) {
424
+ .content-wrapper {
425
+ gap: 2em;
426
+ grid-template-columns: minmax(20ch, 80ch) 10em;
427
+ }
428
429
+ .on-this-page-wrapper {
430
+ display: block;
431
432
+}
433
434
+@media (width <= 500px) {
435
436
+ grid-template-columns: minmax(20ch, 80ch);
437
438
439
440
441
442
0 commit comments