Skip to content

Commit 1097489

Browse files
committed
Merge pull request mozilla#2467 from danieljohansson/master
Fix margin on toolbar button separator
2 parents d158478 + 097c3cf commit 1097489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/viewer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ html[dir='rtl'] .splitToolbarButtonSeparator {
521521
.splitToolbarButton:hover > .splitToolbarButtonSeparator,
522522
.splitToolbarButton.toggled > .splitToolbarButtonSeparator {
523523
padding: 12px 0;
524-
margin: 0;
524+
margin: 1px 0;
525525
box-shadow: 0 0 0 1px hsla(0,0%,100%,.03);
526526
-webkit-transition-property: padding;
527527
-webkit-transition-duration: 10ms;

0 commit comments

Comments
 (0)