mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 01:23:10 +08:00
parent
ac79c5efc6
commit
feb9a3675d
@ -8,12 +8,10 @@
|
|||||||
|
|
||||||
#reply-control {
|
#reply-control {
|
||||||
z-index: z("mobile-composer");
|
z-index: z("mobile-composer");
|
||||||
|
|
||||||
.reply-area {
|
.reply-area {
|
||||||
padding: 0 10px;
|
padding: 6px;
|
||||||
padding-bottom: env(safe-area-inset-bottom);
|
padding-bottom: max(env(safe-area-inset-bottom), 6px);
|
||||||
@media screen and (max-width: 374px) {
|
|
||||||
padding: 0 5px;
|
|
||||||
}
|
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -33,7 +31,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.reply-to {
|
.reply-to {
|
||||||
margin: 5px 0;
|
justify-content: space-between;
|
||||||
|
margin-bottom: 6px;
|
||||||
|
|
||||||
.reply-details {
|
.reply-details {
|
||||||
max-width: calc(100% - 75px);
|
max-width: calc(100% - 75px);
|
||||||
}
|
}
|
||||||
@ -81,12 +81,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.category-input {
|
.category-input {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.submit-panel {
|
.submit-panel {
|
||||||
margin-bottom: 5px;
|
margin-top: 6px;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
|
|
||||||
.save-or-cancel {
|
.save-or-cancel {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
#draft-status,
|
#draft-status,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user