Skip to content

Commit

Permalink
Merge pull request #7 from ctrliq/devel
Browse files Browse the repository at this point in the history
Fix nav panel on Mozilla
  • Loading branch information
cigamit authored Oct 6, 2023
2 parents 33cc981 + 19a1341 commit 91b2211
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body {

.page-sidebar {
position: fixed;
top: 0;
top: 50px;
/* rtl:raw:
right: 0;
*/
Expand Down
2 changes: 0 additions & 2 deletions src/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
<div class="row flex-nowrap">
<div class="col-auto px-0 page-sidebar">
<div class="d-flex flex-column align-items-center align-items-sm-start px-3 pt-2 text-white min-vh-100">
<br><br><br>
<br><br>
<ul class="nav flex-column mb-sm-auto mb-0 align-items-center align-items-sm-start" id="menu">
<li class="pf-c-nav__link">
<a href="/dashboard/" class="nav-link px-0 align-middle{% if server == '/dashboard.php' or server == '/index.php' %} active{%endif %}">
Expand Down

0 comments on commit 91b2211

Please sign in to comment.