Add footer links (Pro, Blog, Docs, Status) to mobile sidebar (#1533)

https://claude.ai/code/session_015uawdx2PqeyTprZPhD6jwu

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Elie Habib
2026-03-13 15:09:36 +04:00
committed by GitHub
parent 41380b8e23
commit 0114a7661a
2 changed files with 25 additions and 1 deletions

View File

@@ -10418,8 +10418,26 @@ a.prediction-link:hover {
background: rgba(68, 255, 136, 0.06);
}
.mobile-menu-footer-links {
display: flex;
gap: 16px;
padding: 12px 20px 0;
flex-wrap: wrap;
}
.mobile-menu-footer-links a {
font-size: 12px;
color: var(--text-ghost);
text-decoration: none;
letter-spacing: 0.02em;
}
.mobile-menu-footer-links a:hover {
color: var(--green);
}
.mobile-menu-version {
padding: 16px 20px;
padding: 4px 20px 16px;
font-size: 11px;
color: var(--text-ghost);
}