diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-08-20 12:13:22 -0400 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-08-20 12:13:22 -0400 |
| commit | 3ab9b477f8b5d47e043d1088db3bed8688fffb95 (patch) | |
| tree | 71fda70aaefe7783a520c18b307f24c79054a668 /src/components/status/status.vue | |
| parent | 47ab2b51cf174bd464724a8e745a6465c4da99e2 (diff) | |
| parent | dbf2f1621e1bc9d790aa62b88fb7abed6a9acc6f (diff) | |
Merge branch 'fix/avatar-clickable-areas' into 'develop'
Adjust the clickable areas around avatars
See merge request !98
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index e582a80d..f8be00f5 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -194,12 +194,11 @@ } .media-left { - img { - margin-top: 0.2em; - float: right; - margin-right: 0.3em; - border-radius: 5px; - } + margin: 0.2em 0.3em 0 0; + img { + float: right; + border-radius: 5px; + } } .retweet-info { |
