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