add missing dummy tab-block-margin variables for oneliners
This commit is contained in:
parent
56f07645aa
commit
a9f10e07ea
4 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ See the above repository for updates as well as full license text. */
|
||||||
/*
|
/*
|
||||||
urlbar_popup_full_width.css is VERY MUCH recommended for Firefox 71+ because of new urlbar popup
|
urlbar_popup_full_width.css is VERY MUCH recommended for Firefox 71+ because of new urlbar popup
|
||||||
*/
|
*/
|
||||||
|
:root{ --tab-block-margin: var(--proton-tab-block-margin) }
|
||||||
:root[uidensity="compact"]{
|
:root[uidensity="compact"]{
|
||||||
--tab-block-margin: 2px !important;
|
--tab-block-margin: 2px !important;
|
||||||
--proton-tab-block-margin: 2px !important;
|
--proton-tab-block-margin: 2px !important;
|
||||||
|
|
|
@ -8,7 +8,7 @@ See the above repository for updates as well as full license text. */
|
||||||
Get window_control_placeholder_support.css
|
Get window_control_placeholder_support.css
|
||||||
Window controls will be all wrong without it
|
Window controls will be all wrong without it
|
||||||
*/
|
*/
|
||||||
|
:root{ --tab-block-margin: var(--proton-tab-block-margin) }
|
||||||
:root[uidensity="compact"]{
|
:root[uidensity="compact"]{
|
||||||
--tab-block-margin: 2px !important;
|
--tab-block-margin: 2px !important;
|
||||||
--proton-tab-block-margin: 2px !important;
|
--proton-tab-block-margin: 2px !important;
|
||||||
|
|
|
@ -8,7 +8,7 @@ See the above repository for updates as well as full license text. */
|
||||||
Get window_control_placeholder_support.css
|
Get window_control_placeholder_support.css
|
||||||
Window controls will be all wrong without it
|
Window controls will be all wrong without it
|
||||||
*/
|
*/
|
||||||
|
:root{ --tab-block-margin: var(--proton-tab-block-margin) }
|
||||||
:root[uidensity="compact"]{
|
:root[uidensity="compact"]{
|
||||||
--tab-block-margin: 2px !important;
|
--tab-block-margin: 2px !important;
|
||||||
--proton-tab-block-margin: 2px !important;
|
--proton-tab-block-margin: 2px !important;
|
||||||
|
|
|
@ -11,7 +11,7 @@ See the above repository for updates as well as full license text. */
|
||||||
|
|
||||||
/* Modify it to suit your needs */
|
/* Modify it to suit your needs */
|
||||||
@media screen and (min-width: 1100px){
|
@media screen and (min-width: 1100px){
|
||||||
|
:root{ --tab-block-margin: var(--proton-tab-block-margin) }
|
||||||
:root[uidensity="compact"]{
|
:root[uidensity="compact"]{
|
||||||
--tab-block-margin: 2px !important;
|
--tab-block-margin: 2px !important;
|
||||||
--proton-tab-block-margin: 2px !important;
|
--proton-tab-block-margin: 2px !important;
|
||||||
|
|
Loading…
Reference in a new issue