We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c50ee commit ad6bd47Copy full SHA for ad6bd47
src/common/lp.component.ts
@@ -133,7 +133,7 @@ export class LPController {
133
if (location.hash.replace('/#', '') !== path) {
134
this.navigateSample(path.replace(':theme', this.getCurrentTheme()));
135
}
136
- if(!this.app.isDesktop){
+ if(!this.app.isDesktop && !this.app.isInitialRender){
137
this.app.onNavButtonClick(true);
138
139
addClass([this.app.mobileOverlay], 'sb-hide');
styles/index.css
@@ -265,7 +265,6 @@
265
266
.theme-wrapper {
267
height: 32px;
268
- width: 145px;
269
margin-top: 5px;
270
cursor: default;
271
padding: 0px 10px;
0 commit comments