stream: Vertically align check icons on the left of streams list.

This commit is contained in:
Akash Nimare 2018-12-08 14:25:52 +05:30 committed by Tim Abbott
parent e6be407e34
commit b90eeee1ec
1 changed files with 2 additions and 1 deletions

View File

@ -617,9 +617,10 @@ form#add_new_subscription {
.stream-row .check {
width: 25px;
height: 35px;
height: 25px;
position: relative;
margin-right: 8px;
margin-top: 9px;
background-size: 60% auto;
background-repeat: no-repeat;
background-position: center center;