mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Adjust canvases on mobile wizard
This commit is contained in:
parent
71f940d478
commit
1033c25004
1 changed files with 10 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue