Skip to content

Commit

Permalink
Fix weird menu icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Uehara authored and Mauricio Uehara committed Apr 24, 2020
1 parent 8caadb1 commit c25faed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jarbas/layers/templates/layers/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@

</head>
<body>
<!-- Temporary fix: adjust weird positioning of menu icon in navbar -->
<style>
.mdl-layout__header .mdl-layout__drawer-button {
margin: 4px;
}
</style>

<script>
var lang = window.navigator.userLanguage || window.navigator.language;
Expand Down

0 comments on commit c25faed

Please sign in to comment.