proper localization of item vals in char sheet

Additions:
- added TODOs
- added armor item list to char sheet
- proper overflow handling in tabs (now: scrollable)

Changes:
- proper localization of item values
- "Description" not abbreviated anymore
- cleaned up getData() of ActorSheet (data now truly const)
This commit is contained in:
Gesina Schwalbe 2020-12-29 19:06:17 +01:00
parent 2ae005f432
commit 48d8d6e44d
3 changed files with 18 additions and 9 deletions

View file

@ -9,7 +9,10 @@
.tab {
height: 100%;
overflow-y: auto;
overflow-y: scroll;
align-content: flex-start;
ol {
overflow-y: visible;
}
}
}