From 97dc10207c75d4d857a406397159fb5f8636f0ff Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Tue, 18 Nov 2014 16:41:43 -0600 Subject: [PATCH] Hide the site editor theme selector for mobile screens --- sass/_project-sass/_project-Main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 1e960f34..4a62d9a9 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -1393,6 +1393,10 @@ a.tag:hover { background: #25333c; color: #8099A7; } + + @media (max-device-width:480px), screen and (max-width:800px) { + display: none; + } } #saveButton { margin-top: 0;