Merge branch 'master' of https://github.com/KUN1007/KUNGalGame-vue
This commit is contained in:
commit
d224f415cf
|
@ -58,7 +58,6 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding-right: 50px;
|
|
||||||
}
|
}
|
||||||
.nav-top {
|
.nav-top {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -146,6 +145,7 @@ TODO:
|
||||||
.kungalgamer-info {
|
.kungalgamer-info {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kungalgamer-info img {
|
.kungalgamer-info img {
|
||||||
|
@ -153,8 +153,9 @@ TODO:
|
||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kungalgamer-info span {
|
.kungalgamer-info > span {
|
||||||
color: var(--kungalgame-font-color-2);
|
color: var(--kungalgame-font-color-2);
|
||||||
margin-left: 20px;
|
margin-left: 30px;
|
||||||
|
padding-right: 50px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue