mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
recent_view: Correct icon alignment within rows.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user