added context provider for user profile

This commit was merged in pull request #11.
This commit is contained in:
2023-10-23 04:24:38 -07:00
parent de57daf98a
commit 5502bcd1ae
9 changed files with 157 additions and 69 deletions
+4
View File
@@ -804,6 +804,10 @@ img {
position: relative;
transition: all 0.5s ease-out;
}
.main-wrapper-content.authBox{
padding-left: 0;
}
.main-wrapper-content.active {
padding-left: 0;
}