1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-23 22:56:20 +09:00

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