Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
3291 Представления

Any way to change the size of the right-hand chatter? 

Аватар
Отменить
Лучший ответ

Hi,

The class which defines the chatter when it is in the side is "o_FormRenderer_chatterContainer oe_chatter o-aside"
So, you just need to add it in css. Either you can create a new css file in web.assets_backend, or in addons add the below code:


.o_FormRenderer_chatterContainer.oe_chatter.o-aside 

{
    max-width: 300px; // The width in pixels

}


Hope it helps

Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
февр. 25
2098
2
дек. 24
3178
0
нояб. 24
6676
3
мая 24
5385
0
янв. 25
3088