UX: Minor adjustments to choose topic modal
This commit is contained in:
parent
a7ae28ed88
commit
4089607b40
|
@ -620,6 +620,21 @@
|
|||
|
||||
// move-to topic modal
|
||||
.choose-topic-modal {
|
||||
#split-topic-name,
|
||||
#choose-topic-title,
|
||||
#choose-message-title {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.category-chooser {
|
||||
margin-bottom: 9px;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.controls.existing-topic {
|
||||
margin-bottom: 0.75em;
|
||||
}
|
||||
|
||||
// move to existing topic
|
||||
.existing-topic {
|
||||
.radio {
|
||||
|
|
|
@ -142,18 +142,9 @@
|
|||
width: 300px;
|
||||
}
|
||||
|
||||
.category-chooser {
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
|
||||
form {
|
||||
width: 95%;
|
||||
margin-top: 20px;
|
||||
#split-topic-name,
|
||||
#choose-topic-title,
|
||||
#choose-message-title {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.participant-selector {
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue