Warafear hai 10 meses
pai
achega
3b7521e3d0

+ 4 - 2
src/app/shared-components/full-spellcard/full-spellcard.component.html

@@ -44,8 +44,10 @@
           'var(--' + spell.school.toLowerCase() + '-border-small)'
         "
       >
-        <div class="stat">{{ "fullSpellcards.castingTime" | translate }}</div>
-        <div class="value">
+        <div class="stat" style="width: 7rem">
+          {{ "fullSpellcards.castingTime" | translate }}
+        </div>
+        <div class="value" style="width: 8rem">
           {{ spell.timeToCast }} {{ "time." + spell.cost | translate }}
         </div>
       </div>

+ 2 - 1
src/assets/i18n/de.json

@@ -788,6 +788,7 @@
     "hint": "Die App befindet sich immer noch in einem Entwicklungsstadium und es können Fehler auftreten",
     "issues": "<p>Fehler und Anmerkungen bitte auf dem <a href='https://gogs.koljastrohm-games.com/Warafear/DNDTools/issues'>Git-Server in Issues</a> vermerken.<p>",
     "okay": "Verstanden",
-    "version": "0.10.4"
+    "version": "0.10.4",
+    "test": "Test"
   }
 }

+ 2 - 1
src/assets/i18n/en.json

@@ -785,6 +785,7 @@
     "hint": "The app is still in a development stage and errors may occur",
     "issues": "<p>Please note errors and comments on the <a href='https://gogs.koljastrohm-games.com/Warafear/DNDTools/issues'>Git server in Issues</a>.<p>",
     "okay": "Understood",
-    "version": "0.10.4"
+    "version": "0.10.4",
+    "test": "Test"
   }
 }