Pier Angelo Vendrame pushed to branch tor-browser-102.6.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
1340b399
by hackademix at 2023-01-09T22:50:42+01:00
2 changed files:
Changes:
| ... | ... | @@ -111,8 +111,8 @@ body { |
| 111 | 111 | outline: initial;
|
| 112 | 112 | }
|
| 113 | 113 | |
| 114 | -.letterboxing-ready .browserStack:not(.exclude-letterboxing) {
|
|
| 115 | - place-content: start center;
|
|
| 114 | +:root:not([inDOMFullscreen]) .letterboxing-ready .browserStack:not(.exclude-letterboxing) {
|
|
| 115 | + place-content: start center;
|
|
| 116 | 116 | }
|
| 117 | 117 | |
| 118 | 118 | /* extend down the toolbar's colors when letterboxing is enabled */
|
| ... | ... | @@ -356,8 +356,8 @@ |
| 356 | 356 | left: 0 !important;
|
| 357 | 357 | right: 0 !important;
|
| 358 | 358 | bottom: 0 !important;
|
| 359 | - width: 100%;
|
|
| 360 | - height: 100%;
|
|
| 359 | + width: 100% !important;
|
|
| 360 | + height: 100% !important;
|
|
| 361 | 361 | margin: 0 !important;
|
| 362 | 362 | min-width: 0 !important;
|
| 363 | 363 | max-width: none !important;
|
| ... | ... | @@ -368,11 +368,6 @@ |
| 368 | 368 | transform: none !important;
|
| 369 | 369 | }
|
| 370 | 370 | |
| 371 | -*|*:fullscreen:not(:root, .letterboxing .browserStack:not(.exclude-letterboxing) > browser) {
|
|
| 372 | - width: 100% !important;
|
|
| 373 | - height: 100% !important;
|
|
| 374 | -}
|
|
| 375 | - |
|
| 376 | 371 | xul|*:fullscreen:not(:root, [hidden="true"]) {
|
| 377 | 372 | /* The position: fixed; property above used to force the computed display
|
| 378 | 373 | * value to block. It is no longer the case now, so we manually set it here to
|