Skip to content

Commit

Permalink
fix: both OS url bar breakout position
Browse files Browse the repository at this point in the history
  • Loading branch information
christorange committed May 21, 2024
1 parent f5087af commit c4369ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions mac/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
--urlbar-border-top: #000;
--urldrop-bg: #0d0d15;
--urlbar-border-bottom: #404040;
--urlbar-height: 30px;
--urlbar-outline: #414868;

--fullscreen-warn: rgb(25,25,25);
Expand Down Expand Up @@ -83,7 +82,9 @@
}

#urlbar-container{
margin-bottom: 10px;
margin-bottom: 4px;
display: initial;

}

#urlbar-background {
Expand All @@ -98,7 +99,7 @@
}

#wrapper-urlbar-container #urlbar {
height: var(--urlbar-height) !important;
height: 30px !important;
}

/* Active Address/Search Field Dropdown */
Expand Down Expand Up @@ -194,7 +195,6 @@
#nav-bar {
margin-top: -22px;
background-color: var(--bg) !important;
position: static !important;
}

#nav-bar[inFullscreen="true"]{
Expand All @@ -214,6 +214,10 @@
}

/* Navigation bar Buttons */
toolbarbutton{
margin-top: -5px !important;
}

toolbarbutton:hover{
cursor: pointer;
}
Expand Down
2 changes: 1 addition & 1 deletion windows/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
}

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

Expand Down

0 comments on commit c4369ec

Please sign in to comment.