mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-24 00:51:43 +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;
|
margin-top: 10px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: #06454d;
|
background-color: #06454d;
|
||||||
|
flex-shrink: 0;
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -323,7 +324,6 @@ export default {
|
||||||
@media (max-width: 390px) {
|
@media (max-width: 390px) {
|
||||||
.top {
|
.top {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-shrink: 0;
|
|
||||||
.avatar {
|
.avatar {
|
||||||
height: initial;
|
height: initial;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue