New Admin Split Screen View

So…I can’t stand how bloated the view of Admin in split screen which is my primary view.

I have poked around and found: design/backend/css/tygh/responsive/responsive.less

This is part of the code. If I change max-width to something less like 700 I get the results that I want but I don’t want to modify the core file. I have tried copying the code into my backend my_changes file but it is not working.


/* Responsive tables */
// (Main menu + Gap + Min content + Gap) - 1px
// (240px + 16px + (16px + 729px + 16px) + 16px) - 1px = 1032px
// where: 729px = 768px - (5px + 15px + 15px + 5px) + 1px. Table width before admin panel redesign

@media (max-width: 1032px) {

Can someone suggest a way to invoke this change via my_changes?

Thanks
Ken

Please give us more details what do you want to do?

I am trying to get rid of the bloated view of the new style admin.

Yes, I know I can make my screen just a little bit wider but who wants to manually adjust the screen sizes all the time. I like them equal as well.

My image shows the current view on the left and the old view on the right. I just want to see more information on the screen without having to scroll.

Seems that adjusting the the responsive trigger fixes this at least in my initial playing around. I am certain other things will need to get fixed.

Thanks for the interest.

Ken

I think, it is required to change CSS related to the table-responsive class

You can extra styles with our instruction