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:
parent
63d5a37b9b
commit
78052987da
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ $content-width: 840px;
|
|||
.icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
vertical-align: middle;
|
||||
vertical-align: top;
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue