aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_card/user_card.vue
diff options
context:
space:
mode:
authorshpuld <shp@cock.li>2017-11-21 10:30:30 +0200
committershpuld <shp@cock.li>2017-11-21 10:30:30 +0200
commit592c1cfd780ea8d5e9523a9875be698501293dc8 (patch)
treefba569110dcb398dcb717dbced50c7dfc234a483 /src/components/user_card/user_card.vue
parentf6b2f6eaeed78ba4e4a6d12189b7d96474e54915 (diff)
Fix padding at user card bottom, mismatching border-radii. Sneak in fixes for attachment previews.
Diffstat (limited to 'src/components/user_card/user_card.vue')
-rw-r--r--src/components/user_card/user_card.vue7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue
index ba315faa..6c150a7a 100644
--- a/src/components/user_card/user_card.vue
+++ b/src/components/user_card/user_card.vue
@@ -63,9 +63,14 @@
width: -moz-webkit-fill-available;
stretch: fill;
margin: 0.2em 0 0.7em 0;
- border-radius: 5px;
+ border-radius: 10px;
border-style: solid;
border-color: inherit;
border-width: 1px;
+ overflow: hidden;
+
+ p {
+ margin-bottom: 0;
+ }
}
</style>