mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-15 04:21:19 +00:00
fixed a bug in general tab
This commit is contained in:
parent
e764aba188
commit
5aecf52cb1
1 changed files with 1 additions and 1 deletions
|
|
@ -221,6 +221,7 @@ export default {
|
|||
margin-top: 10px;
|
||||
justify-content: center;
|
||||
background-color: #06454d;
|
||||
flex-shrink: 0;
|
||||
|
||||
.avatar {
|
||||
display: flex;
|
||||
|
|
@ -323,7 +324,6 @@ export default {
|
|||
@media (max-width: 390px) {
|
||||
.top {
|
||||
flex-direction: column;
|
||||
flex-shrink: 0;
|
||||
.avatar {
|
||||
height: initial;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue