discourse/app/assets/stylesheets/common/base/edit-topic-timer-modal.scss
Alan Guo Xiang Tan 8597ab5f38
UX: Improve messaging when auto closed based on last post topic timer (#35538)
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.
2025-10-22 14:04:04 +08:00

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;
}
}
}