summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_post.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_post.scss')
-rw-r--r--webapp/sass/layout/_post.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index c1f8d1cf6..6ffb47c2d 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -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;
}