|
5358 | 5358 | --uc-window-drag-space-pre: 0px;
|
5359 | 5359 | }
|
5360 | 5360 | }
|
| 5361 | + @supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled") { |
| 5362 | + :root:is([tabsintitlebar], [sizemode="fullscreen"]) { |
| 5363 | + /* Don't need window control */ |
| 5364 | + --uc-window-control-space: 0px; |
| 5365 | + } |
| 5366 | + } |
5361 | 5367 | @supports -moz-bool-pref("userChrome.tabbar.as_titlebar") {
|
5362 | 5368 | :root:is([tabsintitlebar], [sizemode="fullscreen"]) #tabbrowser-tabs {
|
5363 | 5369 | /* Don't need window control */
|
|
5407 | 5413 | --uc-window-drag-space-pre: 0px;
|
5408 | 5414 | }
|
5409 | 5415 | }
|
| 5416 | + @supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled") { |
| 5417 | + :root:is([tabsintitlebar], [sizemode="fullscreen"]) { |
| 5418 | + /* Don't need window control */ |
| 5419 | + --uc-window-control-space: 0px; |
| 5420 | + } |
| 5421 | + } |
5410 | 5422 | @supports -moz-bool-pref("userChrome.tabbar.as_titlebar") {
|
5411 | 5423 | :root:is([tabsintitlebar], [sizemode="fullscreen"]) #tabbrowser-tabs {
|
5412 | 5424 | /* Don't need window control */
|
|
5566 | 5578 | margin-inline-end: var(--uc-window-drag-space-pre, 0px) !important;
|
5567 | 5579 | }
|
5568 | 5580 | }
|
5569 |
| - @supports -moz-bool-pref("userChrome.tabbar.one_liner.tabbar_first") { |
5570 |
| - :root[tabsintitlebar="true"]:not([inFullscreen]) #TabsToolbar { |
5571 |
| - margin-inline-start: var(--uc-window-control-space, 0px) !important; |
5572 |
| - } |
5573 |
| - } |
5574 | 5581 | }
|
5575 | 5582 | @supports -moz-bool-pref("userChrome.tabbar.one_liner.responsive") {
|
5576 | 5583 | @media screen and (min-width: 1100px) {
|
|
5579 | 5586 | margin-inline-end: var(--uc-window-drag-space-pre, 0px) !important;
|
5580 | 5587 | }
|
5581 | 5588 | }
|
5582 |
| - @supports -moz-bool-pref("userChrome.tabbar.one_liner.tabbar_first") { |
5583 |
| - :root[tabsintitlebar="true"]:not([inFullscreen]) #TabsToolbar { |
5584 |
| - margin-inline-start: var(--uc-window-control-space, 0px) !important; |
5585 |
| - } |
| 5589 | + } |
| 5590 | + } |
| 5591 | + } |
| 5592 | + @supports -moz-bool-pref("userChrome.tabbar.one_liner.tabbar_first") { |
| 5593 | + @supports not -moz-bool-pref("userChrome.tabbar.one_liner.responsive") { |
| 5594 | + :root[tabsintitlebar="true"]:not([inFullscreen]) #TabsToolbar { |
| 5595 | + margin-inline-start: var(--uc-window-control-width, 0px) !important; |
| 5596 | + } |
| 5597 | + } |
| 5598 | + @supports -moz-bool-pref("userChrome.tabbar.one_liner.responsive") { |
| 5599 | + @media screen and (min-width: 1100px) { |
| 5600 | + :root[tabsintitlebar="true"]:not([inFullscreen]) #TabsToolbar { |
| 5601 | + margin-inline-start: var(--uc-window-control-width, 0px) !important; |
5586 | 5602 | }
|
5587 | 5603 | }
|
5588 | 5604 | }
|
|
0 commit comments