diff --git a/styles/tool-bar.less b/styles/tool-bar.less index 0cfe9c5..417f493 100644 --- a/styles/tool-bar.less +++ b/styles/tool-bar.less @@ -21,6 +21,13 @@ &:before { display: inline; + + // Adjust font-size on high DPI ("Retina") screens + @media only screen and (min-device-pixel-ratio: 2), + only screen and (min-resolution: 192dpi), + only screen and (min-resolution: 2dppx) { + font-size: 200%; + } } &:focus, &:hover {