mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-13 11:03:44 +00:00
feat(*): Add improvements to the UX and the data seeding
This commit is contained in:
@@ -139,6 +139,7 @@
|
||||
bind:value={catchRecord.personalNotes}
|
||||
id={`personalNotesInput-${catchRecord._id || pokedexEntry._id}`}
|
||||
class="form-textarea w-full p-2 border rounded"
|
||||
style="min-height: 120px;"
|
||||
on:change={updateCatchRecord}
|
||||
></textarea>
|
||||
</p>
|
||||
@@ -199,7 +200,8 @@
|
||||
|
||||
<style>
|
||||
.dex-column {
|
||||
width: 300px;
|
||||
flex: 1;
|
||||
min-width: 250px;
|
||||
}
|
||||
|
||||
.sprite-container {
|
||||
|
||||
Reference in New Issue
Block a user