diff options
| author | Roger Braun <roger@rogerbraun.net> | 2016-11-14 21:11:27 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2016-11-14 21:11:27 +0100 |
| commit | d4284686fa791cc1a43ae058375e1d51d8f1bd5b (patch) | |
| tree | ac590e54fbe6e3455022c268ed2f61933aed62bf /src/components/status/status.vue | |
| parent | aeb8868b82c767e6c8bf19aa8e6355f71941fea5 (diff) | |
| parent | a9d65a488f12968fe947418846a3942d43b424fa (diff) | |
Merge branch 'master' of ssh.gitgud.io:lambadalambda/pleroma-fe into feature/retweet
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index d309c495..d4bcc279 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -51,7 +51,8 @@ <script src="./status.js" ></script> <style lang="scss"> - .status-el { + @import '../../_variables.scss'; + .status-el { hyphens: auto; overflow-wrap: break-word; word-wrap: break-word; @@ -66,9 +67,13 @@ margin-top: 3px; margin-bottom: 3px; } - } + } - .status-actions { + .status-actions { padding-top: 5px; - } + } + + .icon-reply:hover { + color: $blue; + } </style> |
