commit: d715f648e317b9f3caf1c2e89b6b8adeb361c912
parent: 6f5b9426b3145396d6f1740a44bd824a7c7d31e2
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 1 Apr 2018 16:01:37 +0200
[MastodonFE] Toot overflow
Diffstat:
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
@@ -644,6 +644,7 @@
overflow: hidden;
white-space: pre-wrap;
padding-top: 2px;
+ overflow-y: auto;
&:focus {
outline: 0;
@@ -716,6 +717,13 @@
}
}
+.reply-indicator__content {
+ max-height: 20ch;
+}
+.status__content {
+ max-height: 30ch;
+}
+
.status__content__spoiler-link {
display: inline-block;
border-radius: 2px;
@@ -760,7 +768,6 @@
padding: 8px 10px;
padding-left: 68px;
position: relative;
- min-height: 48px;
border-bottom: 1px solid lighten($ui-base-color, 8%);
cursor: default;