Commit fddbb376 authored by henry's avatar henry
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 44214: Fix letterboxing status indicator for RTL.
parent 901fc7d1
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -361,13 +361,17 @@ split-view-footer {
  }
}

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

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

  padding-inline-start: 2em;
  -moz-context-properties: fill;
  fill: var(--color-accent-primary);