diff options
| author | shpuld <shpuld@gmail.com> | 2017-02-24 17:32:41 +0200 |
|---|---|---|
| committer | shpuld <shpuld@gmail.com> | 2017-02-24 17:32:41 +0200 |
| commit | 9dfcf8a301c37b359cf18880732ad63b413ce63e (patch) | |
| tree | c5ce6f4bbc7cd162553d088079a6f470ce87f3e4 /src/components/status | |
| parent | e0e507348cc22054e55e2be8fa6544845f597610 (diff) | |
Align attachments with usercard, make buttons use theme colors, prettify login form, more border radii adjustment for consistency.
Diffstat (limited to 'src/components/status')
| -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> |
