From 08c36239f87bac07a7c8056fed215b7802ebd349 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 28 Oct 2015 16:14:42 -0400 Subject: [PATCH] realign group controls --- less/groups.less | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/less/groups.less b/less/groups.less index c93dc4c..8d1a4be 100644 --- a/less/groups.less +++ b/less/groups.less @@ -54,10 +54,6 @@ left: auto; right: 0px; - @media (min-width: @screen-md-min) { - min-height: 300px; - } - &.initialised:hover { .controls { opacity: 0.5; @@ -66,8 +62,8 @@ .controls { text-align: center; - min-height: 250px; - line-height: 250px; + min-height: 200px; + line-height: 200px; .opacity(0); .transition(opacity .15s linear); cursor: pointer; @@ -78,6 +74,15 @@ } } + @media (min-width: @screen-md-min) { + min-height: 300px; + + .controls { + min-height: 300px; + line-height: 300px; + } + } + &.active { &:hover { cursor: move;