diff --git a/Installers/Multirow & other functions/functions/Megabar-disabled-all-resizing.as.css b/Installers/Multirow & other functions/functions/Megabar-disabled-all-resizing.as.css index 2e37d59..0852aa9 100644 --- a/Installers/Multirow & other functions/functions/Megabar-disabled-all-resizing.as.css +++ b/Installers/Multirow & other functions/functions/Megabar-disabled-all-resizing.as.css @@ -1,15 +1,16 @@ /* You can find an updated version here: https://github.com/Izheil/Quantum-Nox-Firefox-Dark-Full-Theme */ /* Made by Izheil */ -/* Last updated: 10/05/2020 */ +/* Last updated: 07/09/2024 */ /* Disables resizing of the URLbar completely */ #urlbar[breakout-extend] { width: 100% !important; - top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important; + top: 4px !important; left: 0 !important; + padding: 0 1px 0 1px; } -#urlbar[breakout-extend] > #urlbar-input-container { +#urlbar[breakout-extend] > .urlbar-input-container { min-height: var(--urlbar-height) !important; height: 100% !important; padding-inline: 0 !important;