Browse Source

Merge pull request #118 from sindresorhus/show-saved-replies-button

Show Saved Replies in Comment Toolbar
master
Sindre Sorhus 9 years ago
parent
commit
25610e4a62
  1. 13
      extension/content.css

13
extension/content.css

@ -82,8 +82,17 @@
}
/* remove commentbox toolbar */
.toolbar-commenting {
display: none !important;
.toolbar-group {
display: none;
}
.toolbar-group:last-child {
display: inline-block;
}
.toolbar-group .toolbar-item {
display: none;
}
.toolbar-group .js-saved-reply-container {
display: block;
}
/* remove upload message on comment box */

Loading…
Cancel
Save