mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-14 21:14:15 +00:00
12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
@import "theme/vars.less";
|
|
|
|
._mobile_account-profile {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
width: 100%;
|
|
|
|
padding-top: calc(@topBar_height + @top_bar_padding);
|
|
|
|
gap: 20px;
|
|
} |