v4.1 - Admin/onboarding

This commit is contained in:
2026-05-18 22:25:43 +12:00
parent 6ff970015f
commit 541ae2eeec
79 changed files with 11544 additions and 1007 deletions
+26 -1
View File
@@ -108,7 +108,32 @@
@media (max-width: 768px) {
.ob-footer-inner {
padding: 0 18px;
height: auto;
padding: 12px 18px;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
row-gap: 10px;
}
.ob-footer-email {
order: 3;
flex: 0 0 100%;
width: 100%;
margin-left: 0;
white-space: normal;
overflow: visible;
text-overflow: clip;
line-height: 1.4;
}
.ob-footer-back,
.ob-footer-logout {
flex: 0 0 auto;
}
.ob-footer-logout {
margin-left: auto;
}
}
</style>