loading up the forgejo repo on tangled to test page performance
at forgejo 577 B view raw
1.explore .secondary-nav { 2 border-width: 1px !important; 3} 4 5.explore .secondary-nav .svg { 6 width: 16px; 7 text-align: center; 8 margin-right: 5px; 9} 10 11.ui.repository.branches .info { 12 font-size: 12px; 13 color: var(--color-text-light); 14 display: flex; 15 white-space: pre; 16} 17 18.ui.repository.branches .info .commit-message { 19 max-width: 72em; 20 overflow: hidden; 21 text-overflow: ellipsis; 22} 23 24.ui.repository.branches .overflow-visible { 25 overflow: visible; 26} 27 28/* fix alignment of PR popup in branches table */ 29.ui.repository.branches table .ui.popup { 30 text-align: left; 31}