add missing dummy tab-block-margin variables for oneliners

This commit is contained in:
MrOtherGuy 2021-06-16 12:13:50 +03:00
parent 56f07645aa
commit a9f10e07ea
4 changed files with 4 additions and 4 deletions

View file

@ -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
*/
:root{ --tab-block-margin: var(--proton-tab-block-margin) }
:root[uidensity="compact"]{
--tab-block-margin: 2px !important;
--proton-tab-block-margin: 2px !important;

View file

@ -8,7 +8,7 @@ See the above repository for updates as well as full license text. */
Get window_control_placeholder_support.css
Window controls will be all wrong without it
*/
:root{ --tab-block-margin: var(--proton-tab-block-margin) }
:root[uidensity="compact"]{
--tab-block-margin: 2px !important;
--proton-tab-block-margin: 2px !important;

View file

@ -8,7 +8,7 @@ See the above repository for updates as well as full license text. */
Get window_control_placeholder_support.css
Window controls will be all wrong without it
*/
:root{ --tab-block-margin: var(--proton-tab-block-margin) }
:root[uidensity="compact"]{
--tab-block-margin: 2px !important;
--proton-tab-block-margin: 2px !important;

View file

@ -11,7 +11,7 @@ See the above repository for updates as well as full license text. */
/* Modify it to suit your needs */
@media screen and (min-width: 1100px){
:root{ --tab-block-margin: var(--proton-tab-block-margin) }
:root[uidensity="compact"]{
--tab-block-margin: 2px !important;
--proton-tab-block-margin: 2px !important;