From 4046644e136db877d346c1ef8c098b7f9fbfbdc1 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 25 Jun 2015 15:05:22 +0930 Subject: [PATCH] Fix responsive controls --- less/forum/index.less | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/less/forum/index.less b/less/forum/index.less index e395150bf..c9ccadbaa 100644 --- a/less/forum/index.less +++ b/less/forum/index.less @@ -312,14 +312,16 @@ } } +.slidable-underneath { + display: none; +} +.discussion-list-item .contextual-controls { + display: block; + position: static; +} .slidable { position: relative; - & .contextual-controls { - display: block; - position: static; - } - & .slidable-underneath { display: none; background: @fl-secondary-color !important; @@ -362,9 +364,6 @@ } @media @tablet, @desktop, @desktop-hd { - .slidable-underneath { - display: none; - } .discussion-list-item { position: relative; margin-right: -25px;