Skip to content

Commit

Permalink
Fix tab audio margins
Browse files Browse the repository at this point in the history
  • Loading branch information
Lootyhoof committed Dec 24, 2018
1 parent d6d7b55 commit c146aef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/chrome/browser/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -2004,7 +2004,8 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-

/* Tab sound indicator */
.tab-icon-sound {
-moz-margin-start: 4px;
margin-inline-start: 2px;
margin-inline-end: 2px;
width: 16px;
height: 16px;
padding: 0;
Expand Down

0 comments on commit c146aef

Please sign in to comment.