diff --git a/CSS tweaks/Bookmarks+URLbar+Sidebar.css b/CSS tweaks/Bookmarks+URLbar+Sidebar.css index a2e297d9..be8635b8 100644 --- a/CSS tweaks/Bookmarks+URLbar+Sidebar.css +++ b/CSS tweaks/Bookmarks+URLbar+Sidebar.css @@ -1,6 +1,6 @@ /* You can find an updated version here: https://github.com/Izheil/Quantum-Nox-Firefox-Dark-Full-Theme */ /* Made by Izheil */ -/* Last updated: 15/03/2020 */ +/* Last updated: 08/04/2020 */ /* SIDEBAR */ @@ -14,6 +14,20 @@ /* URL bar */ +/* Resize the URL bar to a less intrusive size (unless open) */ +#urlbar[breakout][breakout-extend]:not([open]) { + width: 100% !important; + top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important; + left: 0 !important; + height: var(--urlbar-height) !important; +} + +#urlbar[breakout][breakout-extend]:not([open]) > #urlbar-input-container { + height: 100% !important; + padding-inline: 0 !important; + padding-block: 0 !important; +} + /* This allows you to change the font of the url to prevent ULR spoofing with a more differentiable font (Thanks to BelladonnavGF for the tip) */ #urlbar {font-family: Georgia !important} diff --git a/README.md b/README.md index 1e090f22..42d8ea24 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,15 @@ in about:config for userChrome and userContent to be loaded at all

If you want to know how to change some colors of the theme, check the Info section.

-

Last update: 18/03/2020

+

Last update: 08/04/2020

Files updated:

-

Pre-Last update: 17/03/2019

+

Pre-Last update: 18/03/2019

A note on people looking to replace some Tab Mix Plus features: