Skip to content

Commit

Permalink
Navbar: hide back icon on desktop mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dani3l0 committed Nov 9, 2023
1 parent 2b7d27e commit d272236
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/css/responsive/desktop.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
right: 0;
}

#navbar div[page="main"] > div:first-child > i {
opacity: 0;
}

#darken {
z-index: -1;
}
Expand Down

0 comments on commit d272236

Please sign in to comment.