Inbox pane proportions

Jump to solution
kburkes
Community Contributor

I use Canvas on a PC with either Chrome or Firefox browser.  I have 16:9 monitors.  

In the Canvas Inbox, I would like the left pane, the one where you can see what messages you have received, to be wider so I can see more of the subject line.

I have tried grabbing the center scroll bar and other methods, but there does not seems to be a drag function to adjust the sizes of the panes.

Could someone let me know if there is a way to adjust the sizes of the left and right Inbox panels?

Thanks.

 

 

 

 

Labels (1)
0 Likes
1 Solution
jerry_nguyen
Community Coach
Community Coach

@kburkes 

You can "drag" it using the "developer tool" in your web browser (for Google Chrome, press F12 on your keyboard) and select "message-list-scroller" CSS class (See attached video).

If you want to make the size permanent you can install a Google Chrome extension to apply the style (E.g.  https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha?hl=en)

 

.message-list-scroller {
    flex: 0 0 788px;
}

 

 

 

View solution in original post