mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-05-02 06:26:41 +07:00
fixed dialog witdths
This commit is contained in:
parent
65885acb75
commit
afc9654200
13 changed files with 115 additions and 132 deletions
|
@ -100,7 +100,7 @@ const RouterDialogUnconnected: FC<Props> = ({
|
|||
editorRouterSubmit,
|
||||
width,
|
||||
}) => (
|
||||
<div className="control-dialog" style={{ width }}>
|
||||
<div className="control-dialog bottom right" style={{ width }}>
|
||||
<div className={classnames('save-loader', { active: is_routing })} />
|
||||
|
||||
{!waypoints.length && noPoints({ editorRouterCancel })}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue