Fix padding at user card bottom, mismatching border-radii. Sneak in fixes for attachment previews.
This commit is contained in:
parent
f6b2f6eaee
commit
592c1cfd78
4 changed files with 14 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue