click_selecte_tab_to_focus_urlbar: fix capture box sizing
This commit is contained in:
@@ -26,14 +26,13 @@ See the above repository for updates as well as full license text. */
|
|||||||
:root:not([customizing]) #urlbar-input-container::before{
|
:root:not([customizing]) #urlbar-input-container::before{
|
||||||
position: fixed;
|
position: fixed;
|
||||||
display: block;
|
display: block;
|
||||||
top: 0;
|
|
||||||
left: 0;
|
left: 0;
|
||||||
width: calc(100vw - 138px);
|
width: calc(100vw - 138px);
|
||||||
height: calc(var(--tab-min-height) + 2*var(--tab-block-margin));
|
height: calc(var(--tab-min-height) + 2*var(--tab-block-margin));
|
||||||
content: "";
|
content: "";
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
:root[sizemode="normal"]:not([customizing]) #urlbar-input-container::before{ left: 40px; width: calc(100vw - 138px -80px) }
|
:root[sizemode="normal"]:not([customizing]) #urlbar-input-container::before{ left: 40px; width: calc(100vw - 138px - 80px) }
|
||||||
|
|
||||||
#urlbar-input-container:focus-within::before{ display: none !important; }
|
#urlbar-input-container:focus-within::before{ display: none !important; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user