Widen reality upgrade buttons and fix text

This commit is contained in:
SpectralFlame 2022-12-19 21:33:11 -06:00 committed by cyip92
parent 52512bf05b
commit efaa057ec3
3 changed files with 7 additions and 7 deletions

View File

@ -795,12 +795,12 @@ body.t-s9 {
}
.l-reality-upgrade-btn {
width: 18rem;
margin: 0.6rem 0.4rem;
width: 18.5rem;
margin: 0.7rem 0.2rem;
}
.l--spoon-btn-group__little-spoon-reality-btn {
width: 18rem;
width: 18.5rem;
align-self: center;
margin-top: -0.2rem;
margin-bottom: 0.6rem;

View File

@ -2114,7 +2114,7 @@ br {
}
.l--spoon-btn-group__little-spoon-reality-btn {
width: 20rem;
width: 21.5rem;
align-self: center;
margin-top: -0.9rem;
margin-bottom: 1.2rem;
@ -8816,12 +8816,12 @@ kbd {
.l-reality-upgrade-btn {
display: flex;
flex-direction: column;
width: 20.5rem;
width: 21.5rem;
height: 10rem;
position: relative;
justify-content: center;
align-items: center;
margin: 1.2rem;
margin: 1.2rem 0.7rem;
padding: 0 0.5rem;
}

View File

@ -38,7 +38,7 @@ export default {
Your Machine cap is <span class="c-reality-tab__reality-machines">{{ capStr }}</span>.
</div>
<br>
You have reached the limits of reality and cannot hold more than {{ format(capRM) }} Reality Machines.
You have reached the limits of Reality and cannot hold more than {{ format(capRM) }} Reality Machines.
<br>
Machines gained in excess of {{ format(baseRMCap) }} will raise the maximum amount of Imaginary Machines
you can have.