mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
improve profile style for mobile
This commit is contained in:
parent
fba788719a
commit
918cb6d90c
@ -299,6 +299,8 @@ html {
|
|||||||
|
|
||||||
.app_layout {
|
.app_layout {
|
||||||
&.mobile {
|
&.mobile {
|
||||||
|
padding: 10px;
|
||||||
|
|
||||||
.loginPage {
|
.loginPage {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
@ -318,5 +320,31 @@ html {
|
|||||||
left: 0;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user