mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 22:53:44 +08:00
26 lines
366 B
SCSS
26 lines
366 B
SCSS
|
.chat-modal-archive-channel {
|
||
|
.chat-to-topic-selector {
|
||
|
width: auto;
|
||
|
height: 300px;
|
||
|
}
|
||
|
|
||
|
.radios {
|
||
|
margin-bottom: 10px;
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
|
||
|
.radio-label {
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
details {
|
||
|
margin-bottom: 9px;
|
||
|
}
|
||
|
|
||
|
input[type="text"],
|
||
|
.select-kit.combo-box.category-chooser {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|