Fix padding at user card bottom, mismatching border-radii. Sneak in fixes for attachment previews.

This commit is contained in:
shpuld 2017-11-21 10:30:30 +02:00
parent f6b2f6eaee
commit 592c1cfd78
4 changed files with 14 additions and 6 deletions

View file

@ -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>