Use flexbox for the layout of the mouse edition interface.

This commit is contained in:
Arpad Csanyi
2016-05-15 21:14:34 +02:00
parent c76269250d
commit 570202bd99

View File

@@ -125,6 +125,12 @@
}
.mouse {
&.popover-content {
padding: 10px;
display: flex;
align-items: center;
}
&__action {
&--type {
.nav {