Skip to content

Commit

Permalink
fix(app): mobile display
Browse files Browse the repository at this point in the history
fix #1473
  • Loading branch information
vogloblinsky committed Apr 29, 2024
1 parent 4031c9e commit d4e8878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/page.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
toggleDarkMode(darkModeState);
</script>

<div class="navbar navbar-default navbar-fixed-top d-none d-sm-block d-md-none p-0">
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
<div class="d-flex">
<a href="{{relativeURL data.depth }}" class="navbar-brand">{{data.documentationMainName}}</a>
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
Expand All @@ -83,7 +83,7 @@

<div class="container-fluid main">
<div class="row main">
<div class="d-sm-none d-md-block menu">
<div class="d-none d-md-block menu">
<compodoc-menu mode="normal"></compodoc-menu>
</div>
<!-- START CONTENT -->
Expand Down

0 comments on commit d4e8878

Please sign in to comment.