/* Loaded by templates/custom/header.tmpl on every page.
   This file plus that 2-line hook are the whole styling surface — everything
   else is stock Gitea plus the github-* theme. */

/* logo.svg is the 514x626 "F" mark (portrait), but the stock navbar hardcodes
   width="30" height="30" on the img, which would squash it. Let the width follow
   the aspect ratio; the fixed height is what keeps the navbar from growing.
   This also survives swapping in a wide wordmark later. */
#navbar #navbar-logo .navbar-brand-logo {
  height: 30px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  display: block;
}
