Open Closed

Angular UI, the layout header, change router into one line from two lines. 15.6 inch screen #3348


User avatar
0
abpVAndy created
  • ABP Framework version: v5.3.X
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

My laptop screen is 15.6 inch. when I open the angular ui, it show two lines for the router, like below image. Even I only have one router "home", it still shows two lines. Is it possible to change it into one line.

It could be possible to make it by "Component-Replacement "ApplicationLayoutComponent"". But it was not better way.

Could you please give me any ideas or comments.

thx


1 Answer(s)
  • User Avatar
    0
    muhammedaltug created

    Hello,

    You can do it with CSS

    .lp-sidebar-wrapper {
        margin: -51px auto 0;
    }
    
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11