mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 09:12:45 +08:00
UX: minor tweaks to poll builder UI (#8985)
This commit is contained in:
parent
2e397c78c4
commit
72b6f908f4
|
@ -8,6 +8,10 @@ $poll-margin: 10px;
|
|||
flex-shrink: 0;
|
||||
width: 280px;
|
||||
}
|
||||
.combo-box {
|
||||
min-width: 180px;
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.d-editor-preview {
|
||||
margin-left: $poll-margin * 2;
|
||||
|
@ -36,6 +40,11 @@ $poll-margin: 10px;
|
|||
min-width: 85px;
|
||||
}
|
||||
|
||||
.input-group {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.poll-number {
|
||||
margin: $poll-margin 0;
|
||||
display: flex;
|
||||
|
@ -46,6 +55,10 @@ $poll-margin: 10px;
|
|||
}
|
||||
}
|
||||
|
||||
.poll-textarea {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.poll-textarea textarea {
|
||||
width: 100%;
|
||||
height: 90px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user