Skip to content

Commit

Permalink
Bring icon vertical middle to applications list style (mastodon#32293)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski authored and ClearlyClaire committed Oct 14, 2024
1 parent ab36c15 commit fa4a823
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/javascript/styles/mastodon/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fa4a823

Please sign in to comment.