mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 19:13:53 +00:00
stream: Vertically align check icons on the left of streams list.
This commit is contained in:
@@ -617,9 +617,10 @@ form#add_new_subscription {
|
|||||||
|
|
||||||
.stream-row .check {
|
.stream-row .check {
|
||||||
width: 25px;
|
width: 25px;
|
||||||
height: 35px;
|
height: 25px;
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
margin-top: 9px;
|
||||||
background-size: 60% auto;
|
background-size: 60% auto;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
|
|||||||
Reference in New Issue
Block a user