.repository { /* Since we have no footer bar, reduce padding */ padding-bottom: 15px; } .repository .repo-header { padding: 0.5rem 0; } .repository .header-grid > * { padding-top: 1rem; padding-bottom: 0.5rem; } .repository .header-grid { align-items: flex-end; align-items: last baseline; } .repository .mega-octicon { margin-right: 0.5rem; } .repository .header-grid .fork-flag { margin-left: 0; } /* These rules are copied here to pull them out of their nesting. */ .repo-description { display: flex; justify-content: space-between; align-items: center; } #repo-desc { font-size: 1.2em; } /* Undo gitea's repurposing of left/right for attached objects (e.g. buttons) */ .ui.left.attached, .ui.right.attached, .ui.left.action { float: unset; } .clone-grid { display: grid; grid-template-columns: 0fr 1fr; grid-column-gap: 1em; align-items: center; text-align: right; }