Merge pull request #458 from flukeout/phone-background-fix

Mobile preview background color fixes.
This commit is contained in:
Luke Pacholski 2015-09-09 13:34:35 -07:00
Родитель cf1eee2ca9 181de8b60e
Коммит d6164c4564
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -30,11 +30,12 @@
}
#second-pane {
background: white !important;
background: white;
}
.second-pane-scroll {
overflow: scroll !important;
#second-pane.second-pane-scroll {
overflow: auto;
background: #eaeaea;
}
.expandEditor {
@ -44,7 +45,6 @@
/* Mobile view start */
.phone-wrapper {
background: #eaeaea;
padding: 30px 0;
}