recent_view: Correct icon alignment within rows.

This commit is contained in:
Karl Stolley 2023-11-15 09:38:39 -06:00 committed by Tim Abbott
parent 17e87c9a20
commit 5accf36115
1 changed files with 9 additions and 1 deletions

View File

@ -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;