gabriel / musehub public
_repo-nav.scss
30 lines 1.1 KB
Raw
sha256:9590cee1e0ccd6c76528f005b95d634d80f5019f0dcb7c371e149adc31d1fb65 refactor: enforce gRPC framing on all MWP wire traffic Sonnet 4.6 minor ⚠ breaking 157 days ago
1 // _repo-nav.scss — Repo tab strip and branch picker shared across all repo pages
2
3 // ── Tab strip — full-width on desktop, scrollable on mobile ──────────────────
4 @media (min-width: 768px) {
5 .repo-tabs { overflow-x: visible; -webkit-mask-image: none; mask-image: none; }
6 .repo-tabs-inner { justify-content: space-evenly; padding: 0; }
7 .repo-tab { flex: 1; justify-content: center; flex-shrink: 1; padding-left: var(--space-2); padding-right: var(--space-2); }
8 }
9 @media (max-width: 767px) {
10 .repo-tabs-inner { width: max-content; }
11 .repo-tab { flex-shrink: 0; }
12 }
13
14 // ── Branch picker (repo home branch selector) ─────────────────────────────────
15 .rh-branch-picker {
16 display: inline-flex;
17 align-items: center;
18 gap: 5px;
19 }
20 .rh-branch-select {
21 background: transparent;
22 border: none;
23 color: var(--text-primary);
24 font-size: 12px;
25 font-weight: 500;
26 font-family: inherit;
27 padding: 2px 0;
28 cursor: pointer;
29 outline: none;
30 }
File History 1 commit
sha256:9590cee1e0ccd6c76528f005b95d634d80f5019f0dcb7c371e149adc31d1fb65 refactor: enforce gRPC framing on all MWP wire traffic Sonnet 4.6 minor ⚠ 157 days ago