mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 04:05:42 +00:00
Widen reality upgrade buttons and fix text
This commit is contained in:
parent
52512bf05b
commit
efaa057ec3
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user