Openworx / backend_theme

Odoo Backend Theme
156 stars 242 forks source link

sidechatter width is over written #48

Open MosabWadea opened 6 years ago

MosabWadea commented 6 years ago

Hi I have just installed the theme and I can see that the side chatter is not placed correctly on the right side: image

I have opened the developer tools in the browser and I can see that the width of the sidechatter is being over written: image

once I fix this value everything fit in place.. Please advice how to fix this

MosabWadea commented 6 years ago

I found that if I turn off the "width: 100%" in .o_chatter it is fixed.. image

MosabWadea commented 6 years ago

fixed.. I have added the sledgehammer of !important in the 'style.less': line 297: width:@o-chatter-width!important;

mgielissen commented 6 years ago

Which screen resolution are you using? With full hd (1920x1080) the side chatter is placed correctly 10 0 10 113_8069_web_debug full hd

youring commented 6 years ago

Same situation here with 1920x1080 resolution, MosabWadea's fix works.

dcorio commented 6 years ago

I confirm the issue. I can reproduce that even at 1920x1080

nogueira-raphael commented 6 years ago

I also have the same problem here.