Thread: UI Update
View Single Post
Old 29 Jan 2022, 11:20 PM   #89
Gsptlsnz
Senior Member
 
Join Date: Sep 2011
Location: 5th Dimension
Posts: 180
Quote:
Originally Posted by trikotret View Post
Ya I tried it. But no changes.
it worked on my screen. try this...

div#conversation {
min-width:100% !important;
margin:0 auto !important;
}
div.v-Thread {
padding:0 !important;
min-width:100% !important;
}

Or this...

div#conversation {
min-width:1100px !important;
margin:0 auto !important;
}
div.v-Thread {
padding:0 !important;
min-width:1100px !important;
}
Gsptlsnz is offline   Reply With Quote