MediaWiki:Vector.css: различия между версиями

Материал из Аэропро.Вики
Новая страница: «→‎Увеличение логотипа Vector 2022: .vector-header-logo { width: 90px !important; height: auto !important; margin-right: 16px; }»
 
Нет описания правки
 
(не показаны 4 промежуточные версии этого же участника)
Строка 1: Строка 1:
/* Увеличение логотипа Vector 2022 */
/* Увеличение SVG логотипа в Vector 2022 */
.vector-header-logo {
.vector-header-start .mw-logo-icon {
     width: 90px !important;
     transform: scale(1.6);
    height: auto !important;
     transform-origin: left center;
     margin-right: 16px;
}
}

Текущая версия от 14:10, 6 апреля 2025

/* Увеличение SVG логотипа в Vector 2022 */
.vector-header-start .mw-logo-icon {
    transform: scale(1.6);
    transform-origin: left center;
}