We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21b6d2 commit 33f22e6Copy full SHA for 33f22e6
.mozilla/firefox/dotfiles.profile/chrome/userChrome.css
@@ -42,8 +42,9 @@
42
}
43
44
/* Url bar color */
45
- #urlbar {
+ #urlbar-background {
46
background: #404552 !important;
47
+ border-radius: 0;
48
49
50
/* Hide ... button in URL bar */
@@ -55,13 +56,6 @@
55
56
display: none;
57
58
- /* Unzoom URL bar */
59
- #urlbar[breakout-extend] {
60
- top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important;
61
- left: calc((var(--urlbar-toolbar-width) - var(--urlbar-width)) / 2) !important;
62
- width: 100% !important;
63
- }
64
-
65
#urlbar[breakout-extend] #urlbar-input-container {
66
height: calc(var(--tab-min-height) - 3px) !important;
67
padding: 0px !important;
0 commit comments