- #nav-bar-customization-target { width: 100% !important; }
- #urlbar-wrapper {
- width: 100% !important; margin-top: -0px !important; /* adjust margin-top to ~ -5px if you experience gap */
- position: absolute !important; top: 0 !important; left: 0 !important;
- border-bottom: 0px solid var(--bg-light) !important;
- }
- #urlbar {
- border: none !important; border-radius: 0 !important;
- margin: 0 0 0 0 !important; padding: 0 2px 0 9px !important;
- width: calc(100% + var(--url-right-margin)) !important;
- height: var(--url-height) !important; min-height: var(--url-height) !important;
- background: var(--url-background) !important; color: var(--url-color) !important;
- font-family: var(--url-fonts) !important; font-size: var(--url-font-size) !important;
- text-align: var(--url-text-align) !important;
- }
- /*#urlbar * { -moz-appearance: none !important; }*/
-
+ #nav-bar-customization-target, #urlbar-container, #urlbar {
+ margin: 0 !important; padding: 0 !important;
+ width: 100% !important; height: 100% !important;
+ border-radius: 0 !important;
+ }
+ #nav-bar-customization-target {
+ position: absolute !important; top: -1px !important; left: 0 !important; height: calc(100% - 1px) !important; /* (bottom margin - height switch +/-) */
+ }
+ #urlbar {
+ border: none !important; padding: 0 2px 0 8px !important;
+ background: var(--url-background) !important; color: var(--url-color) !important;
+ font-family: var(--url-fonts) !important; font-size: var(--url-font-size) !important;
+ text-align: var(--url-text-align) !important;
+ height: 100% !important;
+ }
+ /*#urlbar * { -moz-appearance: none !important; }*/
+
+ .urlbar-textbox-container .urlbar-input-box .textbox-input {
+ height: var(--url-height) !important;
+ }
+
+
+ /* --- Uncomment the section below to enable the back/forward buttons [EXPERIMENTAL] (Requires url-bar) --- */
+ /*
+ #back-button, #forward-button { display: block !important; }
+ #back-button::before, #forward-button::before {
+ display: inline-block !important; position: absolute !important;
+ width: var(--url-height) !important; height: var(--url-height) !important; top: 0 !important;
+ text-align: center !important; line-height: var(--url-height) !important;
+ }
+ #back-button::before { content: "<" !important; left: 0 !important; }
+ #forward-button::before { content: ">" !important; left: calc(var(--url-height) + 8px) !important; }
+ #urlbar { padding-left: calc((var(--url-height) * 2) + 8px) !important; }
+ /**/
+
+