mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 1142528 - Decrease tappable area for +/- buttons. r=margaret
This commit is contained in:
parent
1b65d29363
commit
b3cb9a8b9c
@ -398,8 +398,8 @@ body {
|
||||
flex: 0;
|
||||
font-size: 24px;
|
||||
color: #000000;
|
||||
margin-left: -20px;
|
||||
margin-right: -20px;
|
||||
margin-left: 40px;
|
||||
margin-right: 40px;
|
||||
}
|
||||
|
||||
.serif-button {
|
||||
@ -418,10 +418,12 @@ body {
|
||||
|
||||
.minus-button {
|
||||
background-size: 24px 6px;
|
||||
margin-left: 60px;
|
||||
}
|
||||
|
||||
.plus-button {
|
||||
background-size: 24px 24px;
|
||||
margin-right: 60px;
|
||||
}
|
||||
|
||||
#color-scheme-buttons > button {
|
||||
|
Loading…
Reference in New Issue
Block a user