mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 08:03:41 +08:00
The previous message states that the topic will be closed momentarily but this is not true as the topic is closed immediately. This commit also removes the `topic.auto_close_momentarily` i18n key since it isn't being used anywhere else. Some styling changes have also been made to make the warning message clearer.
39 lines
526 B
SCSS
Vendored
39 lines
526 B
SCSS
Vendored
.edit-topic-timer-modal {
|
|
.select-kit.combo-box {
|
|
width: 100%;
|
|
}
|
|
|
|
.radios {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.warning {
|
|
color: var(--danger);
|
|
}
|
|
|
|
label {
|
|
display: inline-flex;
|
|
padding-right: 5px;
|
|
align-items: center;
|
|
|
|
input {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
.topic-timer-duration {
|
|
width: 100%;
|
|
}
|
|
|
|
.pika-single {
|
|
position: absolute !important; /* inline JS styles */
|
|
}
|
|
|
|
.modal-topic-timer-info {
|
|
margin-top: 1rem;
|
|
|
|
.topic-timer-info {
|
|
border-top: 0;
|
|
}
|
|
}
|
|
}
|