mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
Fix post-walkthrough modal alignment
This commit is contained in:
@@ -52,7 +52,7 @@ export function uiIntroStartEditing(context, reveal) {
|
||||
modalSelection = uiModal(context.container());
|
||||
|
||||
modalSelection.select('.modal')
|
||||
.attr('class', 'modal-splash modal col6');
|
||||
.attr('class', 'modal-splash modal');
|
||||
|
||||
modalSelection.selectAll('.close').remove();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user