В extra.lessНужно настроить Xenportal как наУ Вас недостаточно прав для просмотра ссылок. Вход или Регистрация(не реклама)
Писать в ЛС
CSS:
/*Меняем XenPorta Pro*/
[data-template="forum_list"]{
@media (min-width: 650px){
.porta-article-item .porta-article-container .porta-article-header{
min-width: 30%;
margin: 15px;
border-radius: 3px
}
.porta-article-item .porta-article-container{
display: flex;
}
.message-main h3.porta-header-text{
font-size: 1.7rem;
}
.block-container{
background: none;
box-shadow: none;
}
.porta-article-item{
border-bottom: solid 1px #3f454f;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
padding-bottom: 15px !important;
}
.porta-article-item .porta-article-header .porta-header-image{
height: 100%;
}
}
.porta-article-item .block-footer{
display: none;
}
}