mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 04:05:42 +00:00
Fix Big Crunch button jitter
This commit is contained in:
parent
8f291507e6
commit
a952f949f3
@ -544,10 +544,6 @@ body.t-s9 {
|
||||
animation: a-tesseract-shift-dark 5s infinite;
|
||||
}
|
||||
|
||||
.l-new-ui-big-crunch__container {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.information-header {
|
||||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
|
@ -25,11 +25,11 @@ export default {
|
||||
|
||||
<template>
|
||||
<span v-if="shouldDisplay">
|
||||
<div
|
||||
v-if="isModern"
|
||||
class="l-new-ui-big-crunch__container"
|
||||
>
|
||||
<h3 v-if="!smallCrunch">
|
||||
<div v-if="isModern">
|
||||
<h3
|
||||
v-if="!smallCrunch"
|
||||
class="l-spacing"
|
||||
>
|
||||
The world has collapsed due to excess antimatter.
|
||||
</h3>
|
||||
<button
|
||||
@ -65,5 +65,7 @@ export default {
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
.l-spacing {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user