mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
Make the reply-on-which-topic modal bigger
This commit is contained in:
parent
a4e8a828c8
commit
8ee00b4d5e
@ -231,23 +231,23 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.reply-where-modal {
|
.reply-where-modal {
|
||||||
width: 260px;
|
width: 370px;
|
||||||
margin-left: -130px;
|
margin-left: -185px;
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
.btn {
|
.btn {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 16px;
|
font-size: 18px;
|
||||||
width: 200px;
|
line-height: 20px;
|
||||||
|
width: 310px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
.topic-title {
|
.topic-title {
|
||||||
font-size: 12px;
|
font-size: 13px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
max-width: 185px;
|
|
||||||
}
|
}
|
||||||
&.btn-reply-here {
|
&.btn-reply-here {
|
||||||
@include linear-gradient(#ddd, #ddd);
|
@include linear-gradient(#ddd, #ddd);
|
||||||
@ -257,6 +257,8 @@
|
|||||||
}
|
}
|
||||||
.cancel {
|
.cancel {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
float: right;
|
||||||
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user