mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
improve profile style for mobile
This commit is contained in:
parent
fba788719a
commit
918cb6d90c
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user