From 570202bd997c3f547a71ec3c98d7a203e2acc288 Mon Sep 17 00:00:00 2001 From: Arpad Csanyi Date: Sun, 15 May 2016 21:14:34 +0200 Subject: [PATCH] Use flexbox for the layout of the mouse edition interface. --- sass/style.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sass/style.scss b/sass/style.scss index fc2c5af5..5d277163 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -125,6 +125,12 @@ } .mouse { + &.popover-content { + padding: 10px; + display: flex; + align-items: center; + } + &__action { &--type { .nav {