mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user