@@ -9,6 +9,6 @@
|
|||||||
.view__item_selector_popup
|
.view__item_selector_popup
|
||||||
.search
|
.search
|
||||||
img(src='/images/search.png')
|
img(src='/images/search.png')
|
||||||
input(placeholder='enter the name of an item')
|
input(placeholder='enter an item name')
|
||||||
img.close(src='/images/close.png')
|
img.close(src='/images/close.png')
|
||||||
.results
|
.results
|
||||||
|
|||||||
@@ -12,11 +12,6 @@
|
|||||||
max-width: $size-minecraft-block * 20;
|
max-width: $size-minecraft-block * 20;
|
||||||
height : 66%;
|
height : 66%;
|
||||||
|
|
||||||
@include screen-size(mobile) {
|
|
||||||
max-width: 98%;
|
|
||||||
height: 80%;
|
|
||||||
}
|
|
||||||
|
|
||||||
background : $color-background-panel;
|
background : $color-background-panel;
|
||||||
border : 1px solid $color-gray-medium;
|
border : 1px solid $color-gray-medium;
|
||||||
|
|
||||||
@@ -63,3 +58,9 @@
|
|||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include screen-size(mobile) {
|
||||||
|
.view__item_selector_popup {
|
||||||
|
position: fixed; top: 0; left: 0; height: 100%; width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user