removed button offset in menu
This commit is contained in:
@@ -1347,7 +1347,7 @@ select.form-input { cursor: pointer; }
|
|||||||
font-size: 16px !important;
|
font-size: 16px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* ---------------------------------------------------------
|
/* ---------------------------------------------------------
|
||||||
6.2 Popup Content Height Limit on Mobile
|
6.2 Popup Content Height Limit on Mobile
|
||||||
--------------------------------------------------------- */
|
--------------------------------------------------------- */
|
||||||
@@ -1357,6 +1357,19 @@ select.form-input { cursor: pointer; }
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* ---------------------------------------------------------
|
||||||
|
6.5 Removes Admin Button Offset in Hambueger Menu
|
||||||
|
--------------------------------------------------------- */
|
||||||
|
.nav-btn-admin {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header-nav.open .nav-btn {
|
||||||
|
width: 100%;
|
||||||
|
justify-content: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user