mirror of https://github.com/zulip/zulip.git
recent_view: Correct icon alignment within rows.
This commit is contained in:
parent
17e87c9a20
commit
5accf36115
|
@ -28,7 +28,15 @@
|
|||
}
|
||||
|
||||
.recent_view_focusable {
|
||||
display: inline-block;
|
||||
/* Use flexbox to align icons vertically */
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.filter-icon {
|
||||
/* Maintain righthand space between icon
|
||||
and stream name. */
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
& > * {
|
||||
outline: 0;
|
||||
|
|
Loading…
Reference in New Issue