Hide the site editor theme selector for mobile screens

This commit is contained in:
Victoria Wang 2014-11-18 16:41:43 -06:00
parent 08ae90d601
commit 97dc10207c

View file

@ -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;