diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-12 17:11:49 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-12 17:11:49 +0300 |
| commit | 24f3681ac157594c94e3b933aa85bc4707758746 (patch) | |
| tree | 74e61e7f329fc91cd1623e696b67a9e84a97e745 /src/components/status/status.scss | |
| parent | 647e4476f90be087dda099c588f2f8acc089c1ee (diff) | |
fix color of reply row, fix overflow in status-popover
Diffstat (limited to 'src/components/status/status.scss')
| -rw-r--r-- | src/components/status/status.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/status/status.scss b/src/components/status/status.scss index e68bc62c..3805aa30 100644 --- a/src/components/status/status.scss +++ b/src/components/status/status.scss @@ -4,6 +4,7 @@ $status-margin: 0.75em; .Status { min-width: 0; + white-space: normal; &:hover { --_still-image-img-visibility: visible; @@ -166,6 +167,7 @@ $status-margin: 0.75em; line-height: 160%; max-width: 100%; align-items: stretch; + z-index: 2; } & .reply-to-popover, @@ -211,7 +213,9 @@ $status-margin: 0.75em; padding-right: 0.25em; } + & .mentions-text, & .reply-to-text { + color: var(--faint); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; |
