Skip to content

Commit

Permalink
fix: fix nav bar in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
christorange committed Aug 30, 2023
1 parent fd5cefd commit 9a63d48
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions windows/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,6 @@


/* Navigation Bar */

#nav-bar {
margin-top: -30px;
padding-bottom: 2px;
}

#nav-bar {
background-color: var(--bg) !important;
}
Expand Down

1 comment on commit 9a63d48

@sensfloron
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add: userChrom_normal.css . An alternative solution in win, No full screen support.

Please sign in to comment.