mirror of https://github.com/zulip/zulip.git
stream: Vertically align check icons on the left of streams list.
This commit is contained in:
parent
e6be407e34
commit
b90eeee1ec
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue