diff --git a/web/viewer.css b/web/viewer.css index a7008d84d..aca837596 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -1619,12 +1619,13 @@ html[dir='rtl'] #documentPropertiesContainer .row > * { @media screen and (min-resolution: 2dppx) { /* Rules for Retina screens */ .toolbarButton::before { - transform: scale(0.5); -webkit-transform: scale(0.5); + transform: scale(0.5); top: -5px; } .secondaryToolbarButton::before { + -webkit-transform: scale(0.5); transform: scale(0.5); top: -4px; }