Flexbox buttons in top bar

- Makes the "Sidebar" toggle button permanent but removes the label
- Did some things to the "Save" button to make it the same width whether there
  is a count or not (prevents the buttons from jumping when pressing undo/redo)
- Removes a lot of the floated col rules that aren't used much anymore
This commit is contained in:
Bryan Housel
2018-11-01 23:42:26 -04:00
parent 3e03102731
commit 26e63d64e3
13 changed files with 180 additions and 182 deletions
+1 -1
View File
@@ -578,7 +578,7 @@ export function uiMapData(context) {
var pane = selection
.append('div')
.attr('class', 'fillL map-pane col4 hide');
.attr('class', 'fillL map-pane hide');
var paneTooltip = tooltip()
.placement((textDirection === 'rtl') ? 'right' : 'left')