Commit 175e5af2 authored by Nihanth Subramanya's avatar Nihanth Subramanya
Browse files

Bug 1578187 - Reduce Protections and Identity panel scale on linux. r=dao

Differential Revision: https://phabricator.services.mozilla.com/D44882

--HG--
extra : moz-landing-system : lando
parent bc7bd7de
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -9,20 +9,23 @@
  display: none;
}


#identity-popup,
#protections-popup {
  font-size: 1.18rem;
  --popup-width: 36.36rem;
%if defined(XP_MACOSX) || defined(XP_WIN)
  font-size: 1.18em;
%endif
  --popup-width: 30.81em;
  /* Set default fill for icons in the identity popup.
     Individual icons can override this. */
  fill: currentColor;
  --horizontal-padding: 2.1rem;
  --horizontal-padding: 1.78em;
  --vertical-section-padding: 0.9em;
  --height-offset: 0px;
}

#protections-popup[toast] {
  --popup-width: 32rem;
  --popup-width: 27.12em;
}

#protections-popup[infoMessageShowing] {