mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #4392 from yurydelendik/fixes-webkit-retina
Fixes CSS for webkit
This commit is contained in:
commit
7725e9cd77
1 changed files with 1 additions and 0 deletions
|
@ -1607,6 +1607,7 @@ html[dir='rtl'] #documentPropertiesContainer .row > * {
|
|||
/* Rules for Retina screens */
|
||||
.toolbarButton::before {
|
||||
transform: scale(0.5);
|
||||
-webkit-transform: scale(0.5);
|
||||
top: -5px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue