[Mobile] Grid List/Gestures
Context menu only shown with contextmenu click on desktops (non-mobile devices). Also edited items list in a folder's representation to show the icon on the left side, with text centered horizontally (only mobile).
This commit is contained in:
@@ -33,13 +33,61 @@
|
||||
$dHei: $ueBrowseGridItemLg/4;
|
||||
width: $dWid;
|
||||
height: $dHei;
|
||||
|
||||
.item-main {
|
||||
.item-type {
|
||||
// NOTE: [Mobile] Icon for the list/grid item inside folder
|
||||
// display: none;
|
||||
font-size: 30px;
|
||||
line-height: $ueBrowseGridItemLg/5;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
.item-open {
|
||||
// NOTE: [Mobile] Icon for the open item inside folder
|
||||
display: none;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.details {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
@include tablet {
|
||||
$dWid: 100%;
|
||||
$dHei: $ueBrowseGridItemLg/2;
|
||||
$dHei: $ueBrowseGridItemLg/3;
|
||||
width: $dWid;
|
||||
height: $dHei;
|
||||
|
||||
.item-main {
|
||||
.item-type {
|
||||
// NOTE: [Mobile] Icon for the list/grid item inside folder
|
||||
// display: none;
|
||||
font-size: 30px;
|
||||
line-height: $ueBrowseGridItemLg/4;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
.item-open {
|
||||
// NOTE: [Mobile] Icon for the open item inside folder
|
||||
display: none;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.details {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
@include desktop {
|
||||
@@ -48,12 +96,6 @@
|
||||
width: $dWid;
|
||||
height: $dHei;
|
||||
}
|
||||
|
||||
.icon {
|
||||
@include phoneandtablet {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user