github.com/zppinho/prow@v0.0.0-20240510014325-1738badeb017/pkg/spyglass/lenses/links/links.css (about) 1 body { 2 padding-bottom: 20px; 3 } 4 5 .name { 6 width: 10%; 7 } 8 9 .hidden-links { 10 visibility: collapse; 11 display: none; 12 } 13 14 .expander { 15 font-weight: bold; 16 font-size: 1.5em; 17 } 18 19 .expander:last-of-type { 20 text-align: right; 21 } 22 23 button { 24 user-select: none; 25 } 26 27 td.link { 28 margin-left: 10px; 29 font-size: 14px; 30 font-family: monospace; 31 width: 100%; 32 }