mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-27 17:12:57 +08:00
Center avatar labels
This commit is contained in:
parent
757d682cd6
commit
f594e8918b
@ -3,7 +3,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
max-height: 150px;
|
max-height: 125px;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -15,22 +15,22 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
max-width: 100px;
|
max-width: 96px;
|
||||||
max-height: 100px;
|
max-height: 96px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Character_Label {
|
.Character_Label {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
background-color: var(--secondary-color);
|
background-color: var(--secondary-color);
|
||||||
|
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
height: 50px;
|
height: 30px;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user