mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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;
|
flex-shrink: 0;
|
||||||
width: 280px;
|
width: 280px;
|
||||||
}
|
}
|
||||||
|
.combo-box {
|
||||||
|
min-width: 180px;
|
||||||
|
width: 180px;
|
||||||
|
}
|
||||||
|
|
||||||
.d-editor-preview {
|
.d-editor-preview {
|
||||||
margin-left: $poll-margin * 2;
|
margin-left: $poll-margin * 2;
|
||||||
@ -36,6 +40,11 @@ $poll-margin: 10px;
|
|||||||
min-width: 85px;
|
min-width: 85px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input-group {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
.poll-number {
|
.poll-number {
|
||||||
margin: $poll-margin 0;
|
margin: $poll-margin 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -46,6 +55,10 @@ $poll-margin: 10px;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.poll-textarea {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
.poll-textarea textarea {
|
.poll-textarea textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
|
Loading…
Reference in New Issue
Block a user