diff options
| author | shpuld <shpuld@gmail.com> | 2017-02-22 23:08:14 +0200 |
|---|---|---|
| committer | shpuld <shpuld@gmail.com> | 2017-02-22 23:08:14 +0200 |
| commit | ede4d77cfd882ea37ae2bd331d14a95af9129205 (patch) | |
| tree | 74629c70de0a10b99253ae46be8c9ec150bf4e9c /src/components/status/status.vue | |
| parent | 935c0e09c650bca5f92d05335d158ef3c148901b (diff) | |
Move profile picture to right side, make the names appear next to it, extend profile background pic further and fade it out with gradients, fix the crappy borders around the inline user card.
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index f111c2d5..a97e6b75 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -157,7 +157,7 @@ .usercard { border-style: solid; border-width: 1px; - border-radius: 1em; + border-radius: 0.5em; margin-bottom: 1em; } </style> |
