mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
Adjust canvases on mobile wizard
This commit is contained in:
parent
71f940d478
commit
1033c25004
@ -496,4 +496,14 @@ body.wizard {
|
||||
.invite-list .new-user { flex-direction: column !important; align-items: inherit !important; }
|
||||
.invite-list .new-user .invite-email { width: 100% !important; margin-bottom: 5px !important; }
|
||||
.invite-list .add-user { margin-top: 5px !important; }
|
||||
|
||||
canvas {
|
||||
max-width: 365px;
|
||||
}
|
||||
|
||||
.wizard-step-logos, .wizard-step-icons {
|
||||
canvas {
|
||||
max-width: 225px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user