Merge pull request #5293 from Flaburgan/fix-new-profile

Add a small margin to reshares in bootstrap streams
This commit is contained in:
Jonne Haß 2014-10-06 22:17:22 +02:00
commit 86ce99418f

View file

@ -75,9 +75,11 @@
} }
} }
.reshare > .media { .reshare {
border-left: 2px solid $border-grey; border-left: 2px solid $border-grey;
.avatar { margin-top: 3px;
& > .media .avatar {
height: 30px; height: 30px;
width: 30px; width: 30px;
} }