Bring icon vertical middle to applications list style (#32293)

pull/2888/head
Matt Jankowski 2024-10-08 09:21:36 -04:00 committed by Claire
parent ab36c152f9
commit fa4a82326d
1 changed files with 6 additions and 0 deletions

View File

@ -1029,6 +1029,12 @@ a.name-tag,
color: var(--user-role-accent);
}
.applications-list {
.icon {
vertical-align: middle;
}
}
.announcements-list,
.filters-list {
border: 1px solid var(--background-border-color);