/* ===========================================================
   Classic Gitea Theme for Forgejo 16
   =========================================================== */

/* Ширина страницы */
.ui.container {
    max-width: 1260px !important;
    margin: 0 auto !important;
}

/* Более компактная шапка */
.repository .repo-header,
.repository .repo-title {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

/* Кнопки ниже */
.ui.button,
.ui.basic.button {
    padding: .55em .9em !important;
    min-height: 34px !important;
    font-size: 13px !important;
}

/* Меню репозитория */
.repository .ui.tabular.menu .item {
    padding: .8rem 1rem !important;
}

/* Таблица файлов */
.repository.file.list #repo-files-table tr td {
    padding-top: .55rem !important;
    padding-bottom: .55rem !important;
}

/* Верхняя информация */
.repository .ui.segment {
    padding: .75rem !important;
}

/* Поиск */
.repository .repo-search-form {
    margin-bottom: .5rem !important;
}

/* Коммит */
.repository .commit-summary {
    padding: .65rem !important;
}

/* Правая колонка */
.repository .repo-description,
.repository .repo-topic {
    font-size: .95rem;
}

/* Карточки */
.ui.segment {
    border-radius: 6px !important;
}

/* Отступ между блоками */
.repository .ui.grid {
    row-gap: .5rem;
}
