You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
I have modified the style of the ng-sidebar with a custom width. Upon Logout, I am switching the sidebar visible boolean variable to false and navigating back to login page again.
In this scenario, the left padding of the sidebar remains, taking up space on the login page and shifting everything to the right. Seems like the action which sets the padding to 0 does not fire.
I have modified the style of the ng-sidebar with a custom width. Upon Logout, I am switching the sidebar visible boolean variable to false and navigating back to login page again.
In this scenario, the left padding of the sidebar remains, taking up space on the login page and shifting everything to the right. Seems like the action which sets the padding to 0 does not fire.
app.component.ts
global style applied in styles.css
app.component.html
The text was updated successfully, but these errors were encountered: