[O] Reverse dynamic font size

This commit is contained in:
Hykilpikonna
2019-10-13 21:36:28 -04:00
parent ed80b3c82b
commit 1c097b639a
+1 -1
View File
@@ -10,7 +10,7 @@
</div>
<div v-if="error" id="error-details">
<span v-for="(line, index) in getText()" :style="`font-size: ${16 - getText().length + index}px;`">
<span v-for="(line, index) in getText()" :style="`font-size: ${-index === 0 ? 16 : 12}px;`">
{{line}}
<br>
</span>