formatting

This commit is contained in:
MrOtherGuy 2019-06-01 00:13:51 +03:00
parent 27ac04e7bf
commit 859753a026

View file

@ -15,22 +15,22 @@
.tabbrowser-tab, .tabbrowser-tab,
.tabbrowser-tab .tab-close-button, .tabbrowser-tab .tab-close-button,
.tabbrowser-tab .tab-icon-image{ .tabbrowser-tab .tab-icon-image{
pointer-events: auto pointer-events: auto
} }
/* Invisible capture box behind tabs*/ /* Invisible capture box behind tabs*/
:root:not([customizing]) #urlbar::before{ :root:not([customizing]) #urlbar::before{
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
width: calc(100vw - 138px); width: calc(100vw - 138px);
height: var(--tab-min-height); height: var(--tab-min-height);
content: ""; content: "";
} }
/* Make tabs appear over the invisible box */ /* Make tabs appear over the invisible box */
:root:not([customizing]) #tabbrowser-tabs{ :root:not([customizing]) #tabbrowser-tabs{
position: relative; position: relative;
z-index: 1; z-index: 1;
pointer-events: none pointer-events: none
} }