mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Set the padding of the buttons in the toolbars to zero
It fixes #19008. In Firefox on mac, the default padding is set to 4px and with Firefox for iOS, it's set to 13px. The padding is useless for such buttons.
This commit is contained in:
parent
bff6738966
commit
ca3b777b89
2 changed files with 5 additions and 0 deletions
|
@ -309,6 +309,10 @@
|
|||
gap: 0;
|
||||
height: 100%;
|
||||
|
||||
button {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.divider {
|
||||
width: 0;
|
||||
height: calc(
|
||||
|
|
|
@ -996,6 +996,7 @@ dialog :link {
|
|||
font: message-box;
|
||||
flex: none;
|
||||
position: relative;
|
||||
padding: 0;
|
||||
|
||||
> span {
|
||||
display: inline-block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue