@@ -1000,9 +1000,49 @@ code { |
| 1000 | 1000 | .shithub-code-crumbs { font-size: 1rem; } |
| 1001 | 1001 | .shithub-code-crumbs a { color: var(--fg-default); } |
| 1002 | 1002 | .shithub-code-sep { color: var(--fg-muted); margin: 0 0.25rem; } |
| 1003 | | -.shithub-code-actions { display: flex; gap: 0.5rem; align-items: center; } |
| 1003 | +.shithub-code-actions { |
| 1004 | + display: flex; |
| 1005 | + gap: 0.5rem; |
| 1006 | + align-items: center; |
| 1007 | + min-width: min(100%, 420px); |
| 1008 | + justify-content: flex-end; |
| 1009 | + flex: 1 1 360px; |
| 1010 | +} |
| 1004 | 1011 | .shithub-code-primary-actions { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; } |
| 1005 | 1012 | .shithub-code-count { color: var(--fg-muted); display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.9rem; } |
| 1013 | +.shithub-go-to-file { |
| 1014 | + display: inline-grid; |
| 1015 | + grid-template-columns: 16px minmax(0, 1fr) auto; |
| 1016 | + align-items: center; |
| 1017 | + gap: 0.45rem; |
| 1018 | + min-width: min(100%, 220px); |
| 1019 | + height: 32px; |
| 1020 | + padding: 0 0.55rem; |
| 1021 | + border: 1px solid var(--border-default); |
| 1022 | + border-radius: 6px; |
| 1023 | + background: var(--canvas-default); |
| 1024 | + color: var(--fg-muted); |
| 1025 | + font-size: 0.875rem; |
| 1026 | +} |
| 1027 | +.shithub-go-to-file:hover { |
| 1028 | + border-color: var(--accent-fg); |
| 1029 | + text-decoration: none; |
| 1030 | +} |
| 1031 | +.shithub-go-to-file span { |
| 1032 | + overflow: hidden; |
| 1033 | + text-overflow: ellipsis; |
| 1034 | + white-space: nowrap; |
| 1035 | +} |
| 1036 | +.shithub-go-to-file kbd { |
| 1037 | + min-width: 1.25rem; |
| 1038 | + padding: 0 0.3rem; |
| 1039 | + border: 1px solid var(--border-default); |
| 1040 | + border-radius: 4px; |
| 1041 | + color: var(--fg-muted); |
| 1042 | + background: var(--canvas-subtle); |
| 1043 | + font: 0.75rem ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace; |
| 1044 | + text-align: center; |
| 1045 | +} |
| 1006 | 1046 | |
| 1007 | 1047 | .shithub-ref-switcher { position: relative; } |
| 1008 | 1048 | .shithub-ref-switcher > summary { |
@@ -1040,7 +1080,8 @@ code { |
| 1040 | 1080 | .shithub-ref-panel strong { display: block; margin: 0.4rem 0 0.2rem; font-size: 0.75rem; color: var(--fg-muted); text-transform: uppercase; } |
| 1041 | 1081 | |
| 1042 | 1082 | .shithub-clone-dropdown { position: relative; } |
| 1043 | | -.shithub-clone-dropdown > summary { list-style: none; display: inline-flex; align-items: center; gap: 0.35rem; cursor: pointer; } |
| 1083 | +.shithub-clone-dropdown > summary { list-style: none; display: inline-flex; align-items: center; gap: 0.35rem; cursor: pointer; height: 32px; white-space: nowrap; } |
| 1084 | +.shithub-clone-dropdown > summary svg:last-child { width: 12px; height: 12px; } |
| 1044 | 1085 | .shithub-clone-dropdown > summary::-webkit-details-marker { display: none; } |
| 1045 | 1086 | .shithub-clone-panel { |
| 1046 | 1087 | position: absolute; |