mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 06:02:13 +00:00
Adjust layout for consistency
This commit is contained in:
parent
94c4014e7a
commit
be1a7de3bf
@ -7768,8 +7768,6 @@ kbd {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 60rem;
|
||||
text-align: left;
|
||||
font-size: 1.2rem;
|
||||
padding: 0.25rem 1rem;
|
||||
}
|
||||
|
||||
|
@ -64,7 +64,7 @@ export default {
|
||||
Reality Glyphs can also be sacrificed to increase the yield from alchemy reactions. Like Effarig Glyphs,
|
||||
you cannot equip more than one at the same time.
|
||||
</div>
|
||||
<div class="o-available-effects-margin">
|
||||
<div class="o-available-effects-container">
|
||||
<div class="o-available-effects">
|
||||
Available Effects:
|
||||
</div>
|
||||
@ -83,7 +83,6 @@ export default {
|
||||
</PrimaryButton>
|
||||
<PrimaryButton
|
||||
v-else-if="realityGlyphLevel !== 0"
|
||||
class="c-modal__confirm-btn"
|
||||
@click="createRealityGlyph"
|
||||
>
|
||||
Create a Reality Glyph!
|
||||
@ -99,7 +98,7 @@ export default {
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.o-available-effects-margin {
|
||||
.o-available-effects-container {
|
||||
margin: 1.5rem 0 2rem;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user