From 00b3eedf7c1a4c94bd82ef513c5aecc21d1296d0 Mon Sep 17 00:00:00 2001
From: Annabel Dunstone <annabel.dunstone@gmail.com>
Date: Thu, 5 May 2016 12:55:01 -0500
Subject: [PATCH] Remove duplicate cover-control mobile styles

---
 app/assets/stylesheets/pages/profile.scss | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index 7a3a2ddd363d8..abc5a0e987737 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -222,16 +222,4 @@
       }
     }
   }
-
-  .cover-controls {
-    @media (max-width: $screen-xs-max) {
-      position: static;
-      margin-bottom: 20px;
-
-      .btn {
-        display: inline-block;
-        width: 48%;
-      }
-    }
-  }
 }
-- 
GitLab