Fix save sidebar header styling

This commit is contained in:
Quincy Morgan
2020-09-24 10:33:55 -04:00
parent 482d0902ac
commit 7a3f3732dd
2 changed files with 1 additions and 27 deletions
+1 -8
View File
@@ -213,21 +213,14 @@ export function uiCommit(context) {
var headerTitle = header.enter()
.append('div')
.attr('class', 'header fillL header-container');
.attr('class', 'header fillL');
headerTitle
.append('div')
.attr('class', 'header-block header-block-outer');
headerTitle
.append('div')
.attr('class', 'header-block')
.append('h3')
.html(t.html('commit.title'));
headerTitle
.append('div')
.attr('class', 'header-block header-block-outer header-block-close')
.append('button')
.attr('class', 'close')
.on('click', function() {