Skip to content

Commit ef99233

Browse files
committed
fix indentation
1 parent f979305 commit ef99233

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

extension/content.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@
8888

8989
/* remove commentbox toolbar */
9090
.toolbar-group {
91-
display: none;
92-
margin-left: 0 !important;
91+
display: none;
92+
margin-left: 0 !important;
9393
}
9494
.toolbar-group:last-child {
95-
display: inline-block;
95+
display: inline-block;
9696
}
9797
.toolbar-group .toolbar-item {
98-
display: none;
98+
display: none;
9999
}
100100
.toolbar-group .js-saved-reply-container {
101101
display: block;
@@ -206,11 +206,11 @@
206206
/* indicate collapsible file headers with zoom cursor */
207207
.js-details-container:not(.discussion-item) .file-header[data-path],
208208
.file-header[data-path] .diffstat {
209-
cursor: zoom-out !important;
209+
cursor: zoom-out !important;
210210
}
211211
.refined-github-minimized:not(.discussion-item) .file-header[data-path],
212212
.refined-github-minimized .file-header[data-path] .diffstat {
213-
cursor: zoom-in !important;
213+
cursor: zoom-in !important;
214214
}
215215

216216
/* style for collapse/expand feature; images are rendered in .render-wrapper, not in .data */

0 commit comments

Comments
 (0)