Skip to content

Commit

Permalink
fix: note tab button style
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Mar 15, 2024
1 parent 415705a commit 33dda55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions addon/chrome/content/styles/outline.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,15 @@ bn-outline .zotero-tb-button {
width: 28px;
height: 28px;
margin: 0px 4px 0px 4px;
padding: 0px 4px 0px 4px;
fill: currentColor;
-moz-context-properties: fill, fill-opacity;
}

bn-outline .zotero-tb-button[type=menu] {
width: 40px;
}

#__addonRef__-setOutline {
list-style-image: url("chrome://__addonRef__/content/icons/outline-20.svg");
}
Expand Down

0 comments on commit 33dda55

Please sign in to comment.