Открыть главное меню
Строка 1: Строка 1:
/* ===== АККУРАТНАЯ ДЕСКТОП-ШАПКА ===== */
+
/* ===== ЧИСТАЯ КАСТОМИЗАЦИЯ MINERVA ===== */
  
/* Контейнер */
+
/* Высота шапки */
 
.header-container.header-chrome {
 
.header-container.header-chrome {
     height: 64px !important;
+
     height: 60px !important;
    padding: 0 20px !important;
 
}
 
 
 
/* Выравнивание внутреннего блока */
 
.header-container .header {
 
    display: flex !important;
 
    align-items: center !important;
 
 
}
 
}
  
Строка 20: Строка 13:
  
 
/* Поиск */
 
/* Поиск */
.search-box {
 
    margin-left: 30px !important;
 
}
 
 
 
.search-box input {
 
.search-box input {
     height: 36px !important;
+
     height: 34px !important;
    width: 260px !important;
 
 
     border-radius: 6px !important;
 
     border-radius: 6px !important;
 
}
 
}
  
/* Правая часть */
+
/* Немного воздуха между лого и поиском */
.minerva-user-navigation {
+
.search-box {
     margin-left: auto !important;
+
     margin-left: 20px !important;
 
}
 
}

Версия 23:39, 1 марта 2026

/* ===== ЧИСТАЯ КАСТОМИЗАЦИЯ MINERVA ===== */

/* Высота шапки */
.header-container.header-chrome {
    height: 60px !important;
}

/* Логотип */
.branding-box img {
    height: 42px !important;
    width: auto !important;
}

/* Поиск */
.search-box input {
    height: 34px !important;
    border-radius: 6px !important;
}

/* Немного воздуха между лого и поиском */
.search-box {
    margin-left: 20px !important;
}