[Mobile] Create Menu
Create menu text has ellipsis attribute now, so if text is cut off it will have a '...' appended to it. Also added comments to mixins.
This commit is contained in:
@@ -50,11 +50,8 @@
|
||||
@include slMenuTransitions;
|
||||
width: 0px !important;
|
||||
right: auto !important;
|
||||
|
||||
.createBtnPos {
|
||||
overflow-y: hidden;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
overflow-y: hidden;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -73,12 +70,8 @@
|
||||
@include slMenuTransitions;
|
||||
display: block !important;
|
||||
right: auto !important;
|
||||
|
||||
.createBtnPos {
|
||||
height: inherit;
|
||||
overflow-y: hidden;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
overflow-y: hidden;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
@include phonePortrait {
|
||||
width: $phoneMenuSizePortrait !important;
|
||||
@@ -148,6 +141,23 @@
|
||||
}
|
||||
}
|
||||
|
||||
.mobile-super-menu {
|
||||
@include phoneandtablet {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.mobile-super-menu-text {
|
||||
overflow-x: hidden !important;
|
||||
text-overflow: ellipsis !important;
|
||||
}
|
||||
|
||||
.mobile-right-create {
|
||||
@include phoneandtablet {
|
||||
width: 0px !important;
|
||||
padding: 0px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.mobile-hide {
|
||||
@include phoneandtablet {
|
||||
@@ -155,13 +165,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.mobile-text-hide {
|
||||
@include phoneandtablet {
|
||||
width: 0px;
|
||||
overflow:hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.phone-hide {
|
||||
@include phone {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user