UX: Minor adjustments to choose topic modal

This commit is contained in:
Kris 2020-01-17 15:02:04 -05:00
parent a7ae28ed88
commit 4089607b40
2 changed files with 15 additions and 9 deletions

View File

@ -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 {

View File

@ -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%;