diff options
| author | shpuld <shp@cock.li> | 2017-11-21 10:30:30 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2017-11-21 10:30:30 +0200 |
| commit | 592c1cfd780ea8d5e9523a9875be698501293dc8 (patch) | |
| tree | fba569110dcb398dcb717dbced50c7dfc234a483 /src/components/user_card/user_card.vue | |
| parent | f6b2f6eaeed78ba4e4a6d12189b7d96474e54915 (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.vue | 7 |
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> |
