Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Commit

Permalink
Fix missing megabar resizing on installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Izheil committed Sep 8, 2024
1 parent 0f7c340 commit baffa53
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit baffa53

Please sign in to comment.