Make sure all toolbar icons and buttons are vertically centered.

This commit is contained in:
Paulo Reis 2017-11-24 15:36:23 +00:00
parent f4f2fa4e19
commit 39602d78ed

View file

@ -77,10 +77,12 @@
display: flex;
float: left;
text-align: center;
align-items: center;
}
.toolbar-right {
display: flex;
align-items: center;
flex-grow: 1;
justify-content: flex-end;
.btn-full-height {