From 1046d2bbf216d1c67319831d760d53a89c10bad8 Mon Sep 17 00:00:00 2001 From: Izheil <33794458+Izheil@users.noreply.github.com> Date: Wed, 8 Apr 2020 02:41:16 +0200 Subject: [PATCH] Fixes for "puffing" URLbar --- CSS tweaks/Bookmarks+URLbar+Sidebar.css | 16 +++++++++++++++- README.md | 9 +++++---- 2 files changed, 20 insertions(+), 5 deletions(-) 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: