İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
3032 Görünümler

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

Avatar
Vazgeç
En İyi Yanıt

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

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Şub 25
1739
2
Ara 24
2800
0
Kas 24
4233
3
May 24
5023
0
Oca 25
2885