Этот коммит содержится в:
Christopher Speller
2017-04-17 15:08:56 -04:00
родитель 742bab6429 3097453394
Коммит 92d8fa4aa8
47 изменённых файлов: 1250 добавлений и 1142 удалений

Просмотреть файл

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