1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Add vertical-align: top for admin-area icons to match other content

This commit is contained in:
Matt Jankowski 2024-07-22 10:14:52 -04:00
parent 63d5a37b9b
commit 78052987da

View file

@ -13,7 +13,7 @@ $content-width: 840px;
.icon {
width: 16px;
height: 16px;
vertical-align: middle;
vertical-align: top;
margin: 0 2px;
}