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

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
1663
2
дек. 24
2683
0
нояб. 24
3073
3
мая 24
4937
0
янв. 25
2829