improve profile style for mobile

This commit is contained in:
SrGooglo 2022-11-22 19:08:59 +00:00
parent fba788719a
commit 918cb6d90c

View File

@ -299,6 +299,8 @@ html {
.app_layout {
&.mobile {
padding: 10px;
.loginPage {
flex-direction: column;
@ -318,5 +320,31 @@ html {
left: 0;
}
}
.accountProfile {
padding: 0;
.contents {
display: flex;
flex-direction: column;
padding: 0;
.tabMenuWrapper{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
margin: 0;
.ant-menu {
margin: 0;
}
}
}
}
}
}