Always show install buttons in listing pages when compatible

This commit is contained in:
Mathieu Pillard 2017-08-24 15:51:51 +02:00
Родитель 0b3bcaf2ca
Коммит c96794a76a
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -2427,6 +2427,10 @@ body.editor-tools {
}
}
.listing .item:not(.incompatible) .install-shell {
visibility: visible;
}
.item-info .install-button .button {
max-width: 200px;
white-space: normal;