Шаблон:LinkCard/Сollapsible: различия между версиями

Нет описания правки
Нет описания правки
Строка 42: Строка 42:
     gap: 4px;
     gap: 4px;
     max-height: 350px;
     max-height: 350px;
    min-height: 250px;
     padding: 6px;
     padding: 6px;
     border-radius: 0 0 0.2em 0.2em;
     border-radius: 0 0 0.2em 0.2em;
Строка 52: Строка 51:
     overflow-x: hidden;
     overflow-x: hidden;
     flex-direction: column;
     flex-direction: column;
}
.link-card--сollapsible__content:has(.mw-collapsible-toggle-expanded) {
    min-height: 280px;
}
}
}}
}}