Merge branch 'release-3.8'
Этот коммит содержится в:
@@ -1,5 +1,8 @@
|
||||
@charset 'UTF-8';
|
||||
|
||||
.markdown__link {
|
||||
}
|
||||
|
||||
.markdown__heading {
|
||||
font-weight: 700;
|
||||
line-height: 1.5;
|
||||
|
||||
@@ -148,9 +148,8 @@
|
||||
-webkit-overflow-scrolling: touch;
|
||||
@include flex(1 1 auto);
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
padding-top: 10px;
|
||||
min-height: 700px;
|
||||
position: relative;
|
||||
|
||||
.file-preview__container {
|
||||
margin-top: 5px;
|
||||
|
||||
@@ -397,6 +397,7 @@
|
||||
.custom-textarea {
|
||||
-ms-overflow-style: auto;
|
||||
overflow: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
&:not(.custom-textarea--emoji-picker) {
|
||||
padding-right: 43px;
|
||||
@@ -857,6 +858,7 @@
|
||||
// If the last paragraph of an edited post is a paragraph, make it inline-block so that the (edited) indicator can be on the same line as it
|
||||
.post-message__text > p:last-child {
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.post-edited-indicator {
|
||||
@@ -1123,6 +1125,7 @@
|
||||
|
||||
&:after {
|
||||
content: '[...]';
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
@@ -33,14 +33,9 @@
|
||||
.msg-typing {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.post-create__container{
|
||||
.post-create-body {
|
||||
.icon__postcontent_picker {
|
||||
display:none;
|
||||
top: -7px;
|
||||
}
|
||||
.icon--emoji-picker {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user