Fixed ACP Side-Navigation always jumps up and is inefficient

au lait

Well-known member
Affected version
2.2
If you have only XF installed, the navigation is ok. However, if you have installed several add-ons that make entries in the ACP navigation, it becomes a patience game.
If you scroll down to change something in phrases, for example, you have to scroll down 2 times. Really sucks!

Take the ACP navigation of IPB as an example. It is efficient.

W10 / Chrome (up to date)

View attachment screen_1612261171.mp4
 
The ACP navigation is absolutely disastrous for fast and efficient operation. Given the number of entries, a navigation like IPB's would make much more sense! We also find it massively annoying that you always have to scroll 2 times.... Once for opening and once for selecting... This is not good.
 
Reduce the height a little and the ACP navigation becomes more bearable. Even if it is still not perfect. But as you can see. The saving is enormous and you get used to the narrower view...
It's fantastic what fits on my screen :)


TMS -> Admin -> app.less -> Regular expression ->

find: /$/

Replace:
Code:
.p-nav-sectionHeader {
    font-size: 15px;
}
.p-nav-sectionHeader .p-nav-sectionLink {
    padding: 10px 5px;
}
.p-nav-sectionHeader .p-nav-sectionToggle {
    padding: 10px 5px;
}
 

Attachments

  • acp_nav.webp
    acp_nav.webp
    22.4 KB · Views: 21
  • acp_nav_2.webp
    acp_nav_2.webp
    33.6 KB · Views: 21
  • full.webp
    full.webp
    33.9 KB · Views: 21
Top Bottom