Verified Commit c5aef970 authored by henry's avatar henry Committed by boklm
Browse files

fixup! BB 41919: Letterboxing, add temporarily visible web content-size...

fixup! BB 41919: Letterboxing, add temporarily visible web content-size indicator on window resizing.

TB 44406: Use size tokens.
parent 380f509b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -398,16 +398,16 @@ split-view-footer {

#statuspanel:is([type="letterboxingStatus"], [previoustype="letterboxingStatus"][inactive]) > #statuspanel-label {
  background-image: url("chrome://browser/skin/window.svg");
  background-size: 1em;
  background-size: var(--icon-size);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: left 0.5em;
  background-position-x: left var(--space-small);

  &:-moz-locale-dir(rtl) {
    background-position-x: right 0.5em;
    background-position-x: right var(--space-small);
  }

  padding-inline-start: 2em;
  padding-inline-start: calc(var(--space-small) + var(--icon-size) + var(--space-small));
  -moz-context-properties: fill;
  fill: var(--color-accent-primary);
  @media (forced-colors) {