Inbox pane proportions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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;
}