aboutsummaryrefslogtreecommitdiff
path: root/src/components/status_body/status_body.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/status_body/status_body.scss')
-rw-r--r--src/components/status_body/status_body.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/status_body/status_body.scss b/src/components/status_body/status_body.scss
index 5be21171..f261108e 100644
--- a/src/components/status_body/status_body.scss
+++ b/src/components/status_body/status_body.scss
@@ -123,6 +123,7 @@
}
&.-compact {
+ align-items: top;
flex-direction: row;
--emoji-size: 16px;
@@ -140,9 +141,7 @@
mask-size: auto 3.5em, auto auto;
mask-position: 0 0, 0 0;
mask-repeat: repeat-x, repeat;
- mask-image:
- linear-gradient(to top, white 0.5em, transparent 2.5em),
- linear-gradient(to top, white, white);
+ mask-image: linear-gradient(to bottom, white 2em, transparent 3em);
/* Autoprefixed seem to ignore this one, and also syntax is different */
-webkit-mask-composite: xor;
@@ -154,6 +153,7 @@
flex: 1 1 0;
min-width: 5em;
height: 100%;
+ margin-left: 0.5em;
}
.summary-wrapper {