diff --git a/src/other/dash-to-dock/_dash-to-dock-4.scss b/src/other/dash-to-dock/_dash-to-dock-4.scss index 471fb5e..1969c4d 100644 --- a/src/other/dash-to-dock/_dash-to-dock-4.scss +++ b/src/other/dash-to-dock/_dash-to-dock-4.scss @@ -244,7 +244,8 @@ $osd_fg_color: #eeeeec; } #dashtodockContainer.dashtodock #dash .dash-background { - background: #2e3436; + background: $dash_background_color; + border-width: 0; } #dashtodockContainer.dashtodock .progress-bar { @@ -256,7 +257,7 @@ $osd_fg_color: #eeeeec; #dashtodockContainer.top #dash .placeholder, #dashtodockContainer.bottom #dash .placeholder { - width: 32px; + width: $dash_placeholder_size; height: 1px; } diff --git a/src/other/firefox/Monterey/parts/toolbox.css b/src/other/firefox/Monterey/parts/toolbox.css index 8f32767..7a7494f 100644 --- a/src/other/firefox/Monterey/parts/toolbox.css +++ b/src/other/firefox/Monterey/parts/toolbox.css @@ -39,8 +39,13 @@ findbar:-moz-window-inactive { } #titlebar { +<<<<<<< HEAD min-height: 0 !important max-height: 48px !important; +======= + min-height: 0 !important; + max-height: 36px !important; +>>>>>>> aa1efe3563d62b390a902b9bea4af15a361886c8 } #TabsToolbar { @@ -90,7 +95,7 @@ findbar:-moz-window-inactive { /* bookmark-item */ toolbarbutton.bookmark-item { - padding: 0 4px; !important; + padding: 0 4px !important; margin: 0 2px !important; border-radius: 3px !important; max-height: 20px !important;