diff --git a/mac/userChrome.css b/mac/userChrome.css index 2eee534..c735fbb 100644 --- a/mac/userChrome.css +++ b/mac/userChrome.css @@ -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); @@ -83,7 +82,9 @@ } #urlbar-container{ - margin-bottom: 10px; + margin-bottom: 4px; + display: initial; + } #urlbar-background { @@ -98,7 +99,7 @@ } #wrapper-urlbar-container #urlbar { - height: var(--urlbar-height) !important; + height: 30px !important; } /* Active Address/Search Field Dropdown */ @@ -194,7 +195,6 @@ #nav-bar { margin-top: -22px; background-color: var(--bg) !important; - position: static !important; } #nav-bar[inFullscreen="true"]{ @@ -214,6 +214,10 @@ } /* Navigation bar Buttons */ +toolbarbutton{ + margin-top: -5px !important; +} + toolbarbutton:hover{ cursor: pointer; } diff --git a/windows/userChrome.css b/windows/userChrome.css index a9114d1..d795ef6 100644 --- a/windows/userChrome.css +++ b/windows/userChrome.css @@ -83,7 +83,7 @@ } #urlbar-container{ - margin-bottom: 3px; + margin-top: 3px; display: initial; }