artsyfriedchicken / EdgyArc-fr

Firefox Userchrome and sidebery style
Mozilla Public License 2.0
578 stars 14 forks source link

The divider above nav bar is missing #72

Open AnhQuanTrl opened 4 days ago

AnhQuanTrl commented 4 days ago

Describe the bug When I try to use this awesome theme, everything was perfect except one thing: There is no divider above the nav bar like in the preview:

Expected behavior There should be a divider above the bottom nav bar.

Screenshots My current state:

Screenshot 2024-09-20 at 00 53 32

Expected State:

Screenshot 2024-09-20 at 00 56 12

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

AnhQuanTrl commented 3 days ago
Screenshot 2024-09-20 at 10 17 04

Updates: It seems like the some @media query from sideberry.css such as:

  @media not (-moz-bool-pref:"af.sidebery.top-new-tab-btn") { 
          border-top: 1px solid var(--separator-color) !important; }

does not have any effect.