Round the edge of the user profile user card, make sure 'follows you' stays in the right, fix avatar class conflict.

This commit is contained in:
Shpuld Shpuldson 2017-08-23 20:33:20 +03:00
parent 2bc261afba
commit bf61592b56
3 changed files with 20 additions and 20 deletions

View file

@ -14,6 +14,8 @@
.user-profile {
flex: 2;
flex-basis: 500px;
padding-bottom: 10px;
border-radius: 10px;
}
</style>