manage: center the update status message vertically

This commit is contained in:
tophf 2017-04-02 09:06:28 +03:00
parent 071a4d6f26
commit fa550d1ee6

View File

@ -90,6 +90,7 @@ a:hover {
.actions {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.actions > * {