mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Fixes CSS for webkit
This commit is contained in:
parent
ea9c8f8c95
commit
15847ef94f
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