Fix #78 issue codeclimate in app/javascript/src/assets/scss/widgets/_thumbnail.scss (#121)

This commit is contained in:
Kirill Arutyunov
2019-10-06 17:33:01 +03:00
committed by Pranav Raj S
parent c0f40b1713
commit ea13a21da5

View File

@@ -1,14 +1,16 @@
.user-thumbnail-box {
position: relative;
@include flex-shrink;
position: relative;
.user-thumbnail {
border-radius: 50%;
}
.source-badge {
position: absolute;
height: $space-slab;
width: $space-slab;
right: $zero;
bottom: -$space-micro / 2;
height: $space-slab;
position: absolute;
right: $zero;
width: $space-slab;
}
}