[Glitch] Bring icon vertical middle to applications list style

Port fa4a82326d to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2884/head
Matt Jankowski 2024-10-08 09:21:36 -04:00 committed by Claire
parent 4d9b4ef72f
commit 6cedbb4c50
1 changed files with 6 additions and 0 deletions

View File

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