* Fix job accessory popover, so shields and manatura can be selected again * Don't show AX skill section in weapon hovercard if no AX skill is set * Center uncap indicator under item image and fix hovercard header layout * Fix a bug that prevented all ring bonuses from displaying in hovercard * Fix transcendence_step being set to 0 when updating a character's masteries * Fix weapon modal so you can set AX skills on weapons with rupee or exp gain * Ensure job accessory and transcendence popovers open/close properly
23 lines
333 B
SCSS
23 lines
333 B
SCSS
.wrapper {
|
|
display: flex;
|
|
|
|
&.hovercard {
|
|
min-width: 100px;
|
|
justify-content: center;
|
|
}
|
|
|
|
.indicator {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-content: center;
|
|
justify-content: center;
|
|
gap: 2px;
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
&:hover {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|