0
0

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

This commit is contained in:
Matt Jankowski 2024-10-08 09:21:36 -04:00 committed by GitHub
parent 022c1ae6f2
commit d20a899bb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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