Commit 62da208
fix(mobile): nav overflow + docs Quick Setup + long API path wrapping
Three issues found in a mobile-viewport audit (390×844, iPhone 12 size):
1. .landing-nav-actions (Sign In + Get Started) was still rendering at
≤1024px alongside the hamburger button, pushing the row past the
viewport and clipping "Get Started." Now hidden via the existing
1024px media query, with the auth CTAs duplicated INSIDE the
.landing-nav-links dropdown as styled button-pills (only visible
when the hamburger menu is toggled open). The dropdown is now a
complete navigation surface — marketing links + auth — with no
visible row overflow.
2. The docs Quick Setup step 3 embedded an <OsTabs> picker whose
.install-tabs container defaulted to display: flex / row (from
index.css). On mobile this stacked the OS chips + curl code block
in a single horizontal row that ran 933 px wide on a 390 px
viewport. Forced flex-direction: column inside the existing
≤768px media query so the code block lands below the OS strip.
Mirrors the same fix already shipped for the landing Quick Start
via .install-tabs.install-tabs-landing.
3. .docs-endpoint-path rendered long URL paths like
/api/incidents/{incident_id}/evidence/{evidence_id}/playlist.m3u8
on a single line with no break opportunities. Added
overflow-wrap: anywhere + word-break: break-word at all widths so
long paths wrap gracefully in the API Reference table.
Sentinel, Pricing, and Security pages were already mobile-clean and
needed no changes (the security comparison table h-scrolls inside its
own container, which is acceptable).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7eaf92c commit 62da208
2 files changed
Lines changed: 88 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
84 | 106 | | |
85 | 107 | | |
86 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1453 | 1453 | | |
1454 | 1454 | | |
1455 | 1455 | | |
| 1456 | + | |
| 1457 | + | |
| 1458 | + | |
| 1459 | + | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
1456 | 1464 | | |
1457 | 1465 | | |
1458 | 1466 | | |
| |||
1791 | 1799 | | |
1792 | 1800 | | |
1793 | 1801 | | |
| 1802 | + | |
| 1803 | + | |
| 1804 | + | |
| 1805 | + | |
| 1806 | + | |
| 1807 | + | |
| 1808 | + | |
| 1809 | + | |
| 1810 | + | |
| 1811 | + | |
| 1812 | + | |
| 1813 | + | |
| 1814 | + | |
| 1815 | + | |
| 1816 | + | |
| 1817 | + | |
| 1818 | + | |
| 1819 | + | |
| 1820 | + | |
| 1821 | + | |
| 1822 | + | |
| 1823 | + | |
| 1824 | + | |
| 1825 | + | |
| 1826 | + | |
| 1827 | + | |
| 1828 | + | |
| 1829 | + | |
| 1830 | + | |
| 1831 | + | |
| 1832 | + | |
| 1833 | + | |
| 1834 | + | |
| 1835 | + | |
| 1836 | + | |
| 1837 | + | |
1794 | 1838 | | |
1795 | 1839 | | |
1796 | 1840 | | |
| |||
1863 | 1907 | | |
1864 | 1908 | | |
1865 | 1909 | | |
1866 | | - | |
| 1910 | + | |
1867 | 1911 | | |
1868 | 1912 | | |
1869 | 1913 | | |
1870 | 1914 | | |
1871 | 1915 | | |
| 1916 | + | |
| 1917 | + | |
| 1918 | + | |
| 1919 | + | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
| 1931 | + | |
| 1932 | + | |
| 1933 | + | |
| 1934 | + | |
| 1935 | + | |
| 1936 | + | |
1872 | 1937 | | |
1873 | 1938 | | |
1874 | 1939 | | |
| |||
0 commit comments