removed button offset in menu

This commit is contained in:
2026-06-12 12:42:19 +02:00
parent f1f503af77
commit 1ffe2d5d57

View File

@@ -1347,7 +1347,7 @@ select.form-input { cursor: pointer; }
font-size: 16px !important;
}
/* ---------------------------------------------------------
6.2 Popup Content Height Limit on Mobile
--------------------------------------------------------- */
@@ -1357,6 +1357,19 @@ select.form-input { cursor: pointer; }
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;
}
}