[Mobile] Device

Removes splits desktop
settings into 2, one
for landscape and another
for portrait.
This commit is contained in:
Dave
2015-07-10 11:51:56 -07:00
parent 4d4776e0ef
commit b0c5d807e7
4 changed files with 20 additions and 7 deletions

View File

@@ -357,7 +357,7 @@
.items-holder .item.grid-item {
width: 100%;
height: 100px; } }
@media screen and (min-device-width: 801px) and (min-device-height: 1025px) {
@media screen and (min-device-width: 801px) and (min-device-height: 1025px) and (orientation: portrait), screen and (min-device-height: 801px) and (min-device-width: 1025px) and (orientation: landscape) {
/* line 24, ../sass/mobile/_item.scss */
.items-holder .item.grid-item {
width: 200px;

View File

@@ -816,7 +816,7 @@ mct-container {
/* line 81, ../sass/mobile/_layout.scss */
.mobile-menu-icon {
top: 5px; }
@media screen and (min-device-width: 801px) and (min-device-height: 1025px) {
@media screen and (min-device-width: 801px) and (min-device-height: 1025px) and (orientation: portrait), screen and (min-device-height: 801px) and (min-device-width: 1025px) and (orientation: landscape) {
/* line 81, ../sass/mobile/_layout.scss */
.mobile-menu-icon {
display: none; } }
@@ -829,7 +829,7 @@ mct-container {
/* line 88, ../sass/mobile/_layout.scss */
.browse-manage {
width: 400px; } }
@media screen and (min-device-width: 801px) and (min-device-height: 1025px) {
@media screen and (min-device-width: 801px) and (min-device-height: 1025px) and (orientation: portrait), screen and (min-device-height: 801px) and (min-device-width: 1025px) and (orientation: landscape) {
/* line 88, ../sass/mobile/_layout.scss */
.browse-manage {
min-width: 150px;