Skip to content

Commit

Permalink
Fixed bug in Firefox style that was cutting off top of URL dropdown bar
Browse files Browse the repository at this point in the history
  • Loading branch information
jwyuen committed Oct 9, 2024
1 parent 694a60f commit b5e0f6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nix-config/home/files/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
}

#urlbar-container{
margin-bottom: 3px;
margin-top: 3px;
display: initial;
}

#urlbar-background {
Expand Down Expand Up @@ -409,7 +410,7 @@ toolbar:not([customizing]) > #nav-bar-customization-target {
min-width: var(--uc-sidebar-width) !important;
width: var(--uc-sidebar-width) !important;
max-width: var(--uc-sidebar-width) !important;
z-index: 100;
z-index:100;
}

#sidebar-box[positionend] {
Expand Down

0 comments on commit b5e0f6a

Please sign in to comment.