diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-02-25 06:32:19 -0500 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-02-25 06:32:19 -0500 |
| commit | e2ba7d9037a5f9e8cfba76f5e927b2ec4c8fbdda (patch) | |
| tree | 74d35f34067961a2e21a5b41a03f1af3aa2edd86 /src/components/status/status.vue | |
| parent | 2b2061b03f7e23913cf127e1b7e48e0b99f2aedd (diff) | |
| parent | 614cbb556aeaa5c2ae845de942f8c8b99120df0c (diff) | |
Merge branch 'fix/various-style-fixes-all-over-the-place' into 'develop'
Fix/various style fixes all over the place
See merge request !32
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 712f1a7b..585bf621 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -157,7 +157,8 @@ .usercard { border-style: solid; border-width: 1px; - border-radius: 0.5em; + border-radius: 10px; margin-bottom: 1em; + margin-top: 0.2em; } </style> |
